git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216735
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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 */