[svn-commits] tzafrir: branch 1.6.2 r299003 - /branches/1.6.2/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 20 09:13:46 UTC 2010


Author: tzafrir
Date: Mon Dec 20 03:13:41 2010
New Revision: 299003

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=299003
Log:
Typos: recieved => received

Modified:
    branches/1.6.2/channels/chan_sip.c

Modified: branches/1.6.2/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/channels/chan_sip.c?view=diff&rev=299003&r1=299002&r2=299003
==============================================================================
--- branches/1.6.2/channels/chan_sip.c (original)
+++ branches/1.6.2/channels/chan_sip.c Mon Dec 20 03:13:41 2010
@@ -19368,7 +19368,7 @@
 		transmit_response(p, "200 OK", req);
 	} else if (!strcmp(event, "keep-alive")) {
 		 /* Used by Sipura/Linksys for NAT pinhole,
-		  * just confirm that we recieved the packet. */
+		  * just confirm that we received the packet. */
 		transmit_response(p, "200 OK", req);
 	} else {
 		/* We don't understand this event. */




More information about the svn-commits mailing list