[Asterisk-code-review] spelling: arguments (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:50 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16740 )
Change subject: spelling: arguments
......................................................................
spelling: arguments
Change-Id: I88bc4240ee6ab5d7ac473689d5511046ec40855f
---
M apps/confbridge/conf_config_parser.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/40/16740/1
diff --git a/apps/confbridge/conf_config_parser.c b/apps/confbridge/conf_config_parser.c
index a19faea..6318424 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 argments */
+ * make the delimeter ')' instead of a comma to preserve the arguments */
if (startbrace && endbrace && comma && (comma > startbrace && comma < endbrace)) {
delimiter = ")";
} else {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16740
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I88bc4240ee6ab5d7ac473689d5511046ec40855f
Gerrit-Change-Number: 16740
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/829348f2/attachment.html>
More information about the asterisk-code-review
mailing list