From: Olle Johansson Date: Mon, 7 Sep 2009 14:04:40 +0000 (+0000) Subject: Fix typo X-Git-Tag: 11.0.0-beta1~4234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e242e1b2ad5aa892b4782dd87f047142005faf0d;p=thirdparty%2Fasterisk.git Fix typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216735 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 84075b8c32..ade7b90188 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3477,7 +3477,7 @@ static int __sip_xmit(struct sip_pvt *p, struct ast_str *data, int len) 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 */