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

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


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


Change subject: spelling: containing
......................................................................

spelling: containing

Change-Id: I8f18e9eec2d6cdae7c4ee677f6c722730a318a0c
---
M addons/ooh323c/src/ooGkClient.h
M addons/ooh323c/src/ooh245.h
M addons/ooh323c/src/ooq931.h
M main/audiohook.c
4 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/28/16828/1

diff --git a/addons/ooh323c/src/ooGkClient.h b/addons/ooh323c/src/ooGkClient.h
index 698175b..7a8a114 100644
--- a/addons/ooh323c/src/ooGkClient.h
+++ b/addons/ooh323c/src/ooGkClient.h
@@ -545,7 +545,7 @@
  * This function is used internally to set Gatekeeper Clients callbacks.
  * Note: This functionality is not yet fully supported
  * @param pGkClient  Handle to the GK client.
- * @param callbacks  Callback structure contatining various gatekeeper client
+ * @param callbacks  Callback structure containing various gatekeeper client
  *                   callbacks.
  * @return           OO_OK, on success. OO_FAILED, on failure.
  */
diff --git a/addons/ooh323c/src/ooh245.h b/addons/ooh323c/src/ooh245.h
index 9635a4e..f21e7ce 100644
--- a/addons/ooh323c/src/ooh245.h
+++ b/addons/ooh323c/src/ooh245.h
@@ -393,7 +393,7 @@
 
 /**
  * This function is used to send dtmf digits as user input indication message
- * contating alphanumeric string.
+ * containing alphanumeric string.
  * @param call            Handle to the call for which dtmf has to be sent.
  * @param data            DTMF data
  *
@@ -404,7 +404,7 @@
 
 /**
  * This function is used to send dtmf digits as user input indication message
- * contating dtmf signal type.
+ * containing dtmf signal type.
  * @param call            Handle to the call for which dtmf has to be sent.
  * @param data            DTMF data
  *
diff --git a/addons/ooh323c/src/ooq931.h b/addons/ooh323c/src/ooq931.h
index 03b257c..2f083b8 100644
--- a/addons/ooh323c/src/ooq931.h
+++ b/addons/ooh323c/src/ooq931.h
@@ -365,7 +365,7 @@
  * @param q931msg  Pointer to the Q931 message
  * @param ieCode   IE code for the IE element to be retrieved
  *
- * @return         Pointer to a Q931InformationElement contating
+ * @return         Pointer to a Q931InformationElement containing
  *                 the IE element.
  */
 EXTERN Q931InformationElement* ooQ931GetIE (const Q931Message* q931msg,
diff --git a/main/audiohook.c b/main/audiohook.c
index ed16897..ec3b846 100644
--- a/main/audiohook.c
+++ b/main/audiohook.c
@@ -1275,7 +1275,7 @@
 		return 0;
 	}
 
-	/* Try to find the datastore containg adjustment information, if we can't just bail out */
+	/* Try to find the datastore containing adjustment information, if we can't just bail out */
 	if (!(datastore = ast_channel_datastore_find(chan, &audiohook_volume_datastore, NULL))) {
 		return 0;
 	}

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I8f18e9eec2d6cdae7c4ee677f6c722730a318a0c
Gerrit-Change-Number: 16828
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/7562e254/attachment-0001.html>


More information about the asterisk-code-review mailing list