summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
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.