[asterisk-commits] oej: trunk r216735 - /trunk/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 7 09:04:42 CDT 2009


Author: oej
Date: Mon Sep  7 09:04:40 2009
New Revision: 216735

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=216735
Log:
Fix typo

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=216735&r1=216734&r2=216735
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Sep  7 09:04:40 2009
@@ -3477,7 +3477,7 @@
 		switch (errno) {
 		case EBADF: 		/* Bad file descriptor - seems like this is generated when the host exist, but doesn't accept the UDP packet */
 		case EHOSTUNREACH: 	/* Host can't be reached */
-		case ENETDOWN: 		/* Inteface down */
+		case ENETDOWN: 		/* Interface down */
 		case ENETUNREACH:	/* Network failure */
 		case ECONNREFUSED:      /* ICMP port unreachable */
 			res = XMIT_ERROR;	/* Don't bother with trying to transmit again */




More information about the asterisk-commits mailing list