mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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:
@@ -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")) {
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user