Fix typo's (retrieve, specified, address).

........

Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 430998 from http://svn.asterisk.org/svn/asterisk/branches/13


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Walter Doekes
2015-01-23 15:13:08 +00:00
parent 874cb5615d
commit 49cbfa7de6
14 changed files with 20 additions and 20 deletions

View File

@@ -1909,7 +1909,7 @@ int ooOnReceivedOpenLogicalChannelAck(OOH323CallData *call,
T_H245TransportAddress_unicastAddress)
{
OOTRACEERR3("Error: Processing OpenLogicalChannelAck - media control "
"channel addres type is not unicast (%s, %s)\n",
"channel address type is not unicast (%s, %s)\n",
call->callType, call->callToken);
return OO_FAILED;
}