Fixes numerous spelling errors. Patch submitted by alecdavis.

(closes issue #15595)
Reported by: alecdavis



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209554 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David Brooks
2009-07-30 16:07:05 +00:00
parent 192e2be596
commit 48363c16e1
11 changed files with 14 additions and 14 deletions

View File

@@ -1967,7 +1967,7 @@ int reload_config(int reload)
ast_config_destroy(cfg);
/* Determine ip address if neccessary */
/* Determine ip address if necessary */
if (ast_strlen_zero(gIP)) {
ooGetLocalIPAddress(gIP);
if (!strcmp(gIP, "127.0.0.1")) {

View File

@@ -411,7 +411,7 @@ EXTERN int ooGkClientHandleUnregistrationRequest
/**
* This function is used to send an unregistration confirm messsage to
* This function is used to send an unregistration confirm message to
* gatekeeper.
* @param pGkClient Handle to gatekeeper client.
* @param reqNo Request Sequence number for the confirm message.