[svn-commits] tzafrir: branch 1.6.2 r1114 - /branches/1.6.2/channels/ooh323c/src/oochannels.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 25 03:34:42 CDT 2010


Author: tzafrir
Date: Tue May 25 03:34:40 2010
New Revision: 1114

URL: http://svnview.digium.com/svn/asterisk-addons?view=rev&rev=1114
Log:
Typo: 'succesful' (lintian).

Modified:
    branches/1.6.2/channels/ooh323c/src/oochannels.c

Modified: branches/1.6.2/channels/ooh323c/src/oochannels.c
URL: http://svnview.digium.com/svn/asterisk-addons/branches/1.6.2/channels/ooh323c/src/oochannels.c?view=diff&rev=1114&r1=1113&r2=1114
==============================================================================
--- branches/1.6.2/channels/ooh323c/src/oochannels.c (original)
+++ branches/1.6.2/channels/ooh323c/src/oochannels.c Tue May 25 03:34:40 2010
@@ -118,7 +118,7 @@
          call->pH245Channel->sock = channelSocket;
          call->h245SessionState = OO_H245SESSION_ACTIVE;
 
-         OOTRACEINFO3("H245 connection creation succesful (%s, %s)\n",
+         OOTRACEINFO3("H245 connection creation successful (%s, %s)\n",
                       call->callType, call->callToken);
 
          /*Start terminal capability exchange and master slave determination */
@@ -283,7 +283,7 @@
       {
          call->pH225Channel->sock = channelSocket;
 
-         OOTRACEINFO3("H2250 transmiter channel creation - succesful "
+         OOTRACEINFO3("H2250 transmiter channel creation - successful "
                       "(%s, %s)\n", call->callType, call->callToken);
 
          /* If multihomed, get ip from socket */




More information about the svn-commits mailing list