Fix typo's (retrieve, specified, address).

........

Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Walter Doekes
2015-01-23 15:03:05 +00:00
parent 9210648bbe
commit e23f07beb8
14 changed files with 20 additions and 20 deletions

View File

@@ -223,7 +223,7 @@ int connect_to_host(char* name, int port)
struct sockaddr_in host;
/* get adress */
/* get address */
if(!strcmp(name,"localhost"))
address=htonl(2130706433); /*127.0.0.1*/
else