[Asterisk-code-review] spelling: domain (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:06:53 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16888 )


Change subject: spelling: domain
......................................................................

spelling: domain

Change-Id: I1f8933745d1d63a6a015697c65e24c4fe02a5d84
---
M addons/ooh323c/src/ooCalls.h
M addons/ooh323c/src/ooh323.c
M channels/sip/include/sip.h
3 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/88/16888/1

diff --git a/addons/ooh323c/src/ooCalls.h b/addons/ooh323c/src/ooCalls.h
index d05ccf0..48c123a 100644
--- a/addons/ooh323c/src/ooCalls.h
+++ b/addons/ooh323c/src/ooCalls.h
@@ -37,7 +37,7 @@
 /* DISABLEGK is used to selectively disable gatekeeper use. For incoming calls
    DISABLEGK can be set in onReceivedSetup callback by application.
    Very useful in pbx applications where gk is used only when call is
-   to or from outside pbx domian. For outgoing calls, ooMakeCallNoGk
+   to or from outside pbx domain. For outgoing calls, ooMakeCallNoGk
    disables use of gk for specific call.
 */
 
diff --git a/addons/ooh323c/src/ooh323.c b/addons/ooh323c/src/ooh323.c
index ebdf75a..936aed7 100644
--- a/addons/ooh323c/src/ooh323.c
+++ b/addons/ooh323c/src/ooh323.c
@@ -1715,7 +1715,7 @@
          /* DISABLEGK is used to selectively disable gatekeeper use. For
             incoming calls DISABLEGK can be set in onReceivedSetup callback by
             application. Very useful in pbx applications where gk is used only
-            when call is to or from outside pbx domian
+            when call is to or from outside pbx domain
          */
          if(gH323ep.gkClient && !OO_TESTFLAG(call->flags, OO_M_DISABLEGK))
          {
diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h
index ec7de0b..c411abc 100644
--- a/channels/sip/include/sip.h
+++ b/channels/sip/include/sip.h
@@ -1395,7 +1395,7 @@
 		AST_STRING_FIELD(opaque);     /*!< Opaque nonsense */
 		AST_STRING_FIELD(qop);        /*!< Quality of Protection, since SIP wasn't complicated enough yet. */
 		AST_STRING_FIELD(authdomain); /*!< Authorization domain */
-		AST_STRING_FIELD(regdomain);  /*!< Registration doamin */
+		AST_STRING_FIELD(regdomain);  /*!< Registration domain */
 		AST_STRING_FIELD(username);   /*!< Who we are registering as */
 		AST_STRING_FIELD(authuser);   /*!< Who we *authenticate* as */
 		AST_STRING_FIELD(hostname);   /*!< Domain or host we register to */

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16888
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I1f8933745d1d63a6a015697c65e24c4fe02a5d84
Gerrit-Change-Number: 16888
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/16fdb202/attachment.html>


More information about the asterisk-code-review mailing list