summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorDavid Brooks <dbrooks@digium.com>2009-07-30 16:07:05 +0000
committerDavid Brooks <dbrooks@digium.com>2009-07-30 16:07:05 +0000
commit48363c16e179cb277fdfdcda0b818d8e83acbb3d (patch)
tree1188760a4781522b2f720af228f1a3b4c19106b9 /addons
parent192e2be596221acbd6b85006ebea3981056d2745 (diff)
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
Diffstat (limited to 'addons')
-rw-r--r--addons/chan_ooh323.c2
-rw-r--r--addons/ooh323c/src/ooGkClient.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index 9e087085f..5dd0cadc8 100644
--- a/addons/chan_ooh323.c
+++ b/addons/chan_ooh323.c
@@ -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")) {
diff --git a/addons/ooh323c/src/ooGkClient.h b/addons/ooh323c/src/ooGkClient.h
index fa52f3e92..662dae18d 100644
--- a/addons/ooh323c/src/ooGkClient.h
+++ b/addons/ooh323c/src/ooGkClient.h
@@ -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.