[Asterisk-code-review] spelling: container (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/+/16827 )
Change subject: spelling: container
......................................................................
spelling: container
Change-Id: I3922541d83e416eda957c9742cf590d4a3fcd9f5
---
M channels/chan_sip.c
M channels/iax2/include/astobj.h
M include/asterisk/channel.h
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/27/16827/1
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index a9e60a3..f833be1 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -31408,7 +31408,7 @@
*md5secret++ = '\0';
}
- /* Create the continer if needed. */
+ /* Create the container if needed. */
if (!*credentials) {
*credentials = ao2_t_alloc(sizeof(**credentials), destroy_realm_authentication,
"Create realm auth container.");
diff --git a/channels/iax2/include/astobj.h b/channels/iax2/include/astobj.h
index fa55a08..c042731 100644
--- a/channels/iax2/include/astobj.h
+++ b/channels/iax2/include/astobj.h
@@ -358,7 +358,7 @@
* \param eval A statement to evaluate in the iteration loop.
*
* This is macro is a little complicated, but it may help to think of it as a
- * loop. Basically it iterates through the specfied containter as long as the
+ * loop. Basically it iterates through the specfied container as long as the
* condition is met. Two variables, iterator and next, are provided for use in
* your \p eval statement. See the sample code for an example.
*
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 45c14e5..0b47ea2 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4164,7 +4164,7 @@
* \param chan channel to remove
*
* In a case where it is desired that a channel not be available in any lookups
- * in the global channels conatiner, use this function.
+ * in the global channels container, use this function.
*/
void ast_channel_unlink(struct ast_channel *chan);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16827
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I3922541d83e416eda957c9742cf590d4a3fcd9f5
Gerrit-Change-Number: 16827
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/5fae5042/attachment-0001.html>
More information about the asterisk-code-review
mailing list