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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@430996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Walter Doekes
2015-01-23 14:51:03 +00:00
parent 2fa4484340
commit 08efda063a
20 changed files with 26 additions and 26 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