From 5947536965eb82a24402259bfe9965d0a81c9c91 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Mon, 26 Sep 2011 22:54:46 +0000 Subject: [PATCH] Fix message typo: Weird (closes issue PRI-126) Reported by: Tzafrir Cohen git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@2275 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q931.c b/q931.c index aa88f77..bc5b5f1 100644 --- a/q931.c +++ b/q931.c @@ -6705,7 +6705,7 @@ static int __q931_hangup(struct pri *ctrl, q931_call *c, int cause) case Q931_CALL_STATE_RESTART_REQUEST: case Q931_CALL_STATE_RESTART: pri_error(ctrl, - "Wierd, doing nothing but this shouldn't happen, ourstate %s, peerstate %s\n", + "Weird, doing nothing but this shouldn't happen, ourstate %s, peerstate %s\n", q931_call_state_str(c->ourcallstate), q931_call_state_str(c->peercallstate)); break;