[Asterisk-code-review] spelling: delimiter (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:06:18 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16862 )
Change subject: spelling: delimiter
......................................................................
spelling: delimiter
Change-Id: Icdd7bf9946ed4168a8a2496241ac8374b0e7a41c
---
M apps/confbridge/conf_config_parser.c
M include/asterisk/cdr.h
M include/asterisk/vector.h
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/62/16862/1
diff --git a/apps/confbridge/conf_config_parser.c b/apps/confbridge/conf_config_parser.c
index 4834c72..7436bdb 100644
--- a/apps/confbridge/conf_config_parser.c
+++ b/apps/confbridge/conf_config_parser.c
@@ -1353,7 +1353,7 @@
comma = strchr(tmp_action_names, ',');
/* If the next action has brackets with comma delimited arguments in it,
- * make the delimeter ')' instead of a comma to preserve the arguments */
+ * make the delimiter ')' instead of a comma to preserve the arguments */
if (startbrace && endbrace && comma && (comma > startbrace && comma < endbrace)) {
delimiter = ")";
} else {
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index c6b2413..5dcdcdd 100644
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -443,7 +443,7 @@
* \brief Serializes all the data and variables for a current CDR record
* \param channel_name The channel to get the CDR for
* \param buf A buffer to use for formatting the data
- * \param delim A delimeter to use to separate variable keys/values
+ * \param delim A delimiter to use to separate variable keys/values
* \param sep A separator to use between nestings
* \retval the total number of serialized variables
*/
diff --git a/include/asterisk/vector.h b/include/asterisk/vector.h
index 00d701b..92213e5 100644
--- a/include/asterisk/vector.h
+++ b/include/asterisk/vector.h
@@ -68,7 +68,7 @@
*
* \param dest Pointer to an initialized vector.
* \param input String buffer to split.
- * \param delim String delimeter passed to strsep.
+ * \param delim String delimiter passed to strsep.
* \param flags Processing options defined by \ref enum ast_vector_string_split_flags.
* \param excludes_cmp NULL or a function like strcmp to exclude duplicate strings.
*
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16862
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Icdd7bf9946ed4168a8a2496241ac8374b0e7a41c
Gerrit-Change-Number: 16862
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/5f172130/attachment-0001.html>
More information about the asterisk-code-review
mailing list