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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:17:08 CDT 2021


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


Change subject: spelling: specific
......................................................................

spelling: specific

Change-Id: I3be05bd8285db9ac20598deffba2f7449699b2bf
---
M addons/ooh323c/src/ooGkClient.c
M apps/confbridge/include/confbridge.h
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/02/17202/1

diff --git a/addons/ooh323c/src/ooGkClient.c b/addons/ooh323c/src/ooGkClient.c
index f6b2f95..73f7771 100644
--- a/addons/ooh323c/src/ooGkClient.c
+++ b/addons/ooh323c/src/ooGkClient.c
@@ -2854,7 +2854,7 @@
       if(pGkClient->gkMode == RasUseSpecificGatekeeper)
       {
          OOTRACEERR1("Error: Gatekeeper error detected. Closing GkClient as "
-                     "Gk mode is UseSpecifcGatekeeper\n");
+                     "Gk mode is UseSpecificGatekeeper\n");
 	 pGkClient->state = GkClientStopped;
          return OO_FAILED;
       }
diff --git a/apps/confbridge/include/confbridge.h b/apps/confbridge/include/confbridge.h
index 5ae49b7..de8e197 100644
--- a/apps/confbridge/include/confbridge.h
+++ b/apps/confbridge/include/confbridge.h
@@ -88,7 +88,7 @@
 	BRIDGE_OPT_REMB_BEHAVIOR_AVERAGE_ALL = (1 << 12), /*!< The average of all REMB reports in the entire bridge is sent to each sender */
 	BRIDGE_OPT_REMB_BEHAVIOR_LOWEST_ALL = (1 << 13), /*!< The lowest estimated maximum bitrate from all receivers is sent to each sender */
 	BRIDGE_OPT_REMB_BEHAVIOR_HIGHEST_ALL = (1 << 14), /*!< The highest estimated maximum bitrate from all receivers is sent to each sender */
-	BRIDGE_OPT_REMB_BEHAVIOR_FORCE = (1 << 15), /*!< Force the REMB estimated bitrate to that specifiec in remb_estimated_bitrate */
+	BRIDGE_OPT_REMB_BEHAVIOR_FORCE = (1 << 15), /*!< Force the REMB estimated bitrate to that specific in remb_estimated_bitrate */
 };
 
 enum conf_menu_action_id {

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I3be05bd8285db9ac20598deffba2f7449699b2bf
Gerrit-Change-Number: 17202
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/ea273751/attachment-0001.html>


More information about the asterisk-code-review mailing list