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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:15:52 CDT 2021


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


Change subject: spelling: remaining
......................................................................

spelling: remaining

Change-Id: Ibdd928293d3cd20130922129f9633fa546035e01
---
M apps/app_directed_pickup.c
M channels/chan_dahdi.c
M channels/sig_pri.c
M funcs/func_callerid.c
M funcs/func_strings.c
5 files changed, 9 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/51/17151/1

diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c
index 5ad2972..cc5bc3a 100644
--- a/apps/app_directed_pickup.c
+++ b/apps/app_directed_pickup.c
@@ -424,7 +424,7 @@
 	AST_DECLARE_APP_ARGS(args,
 		AST_APP_ARG(channel);
 		AST_APP_ARG(options);
-		AST_APP_ARG(other);	/* Any remining unused arguments */
+		AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 	struct ast_flags opts;
 
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 75c81ac..f5a9528 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -2919,7 +2919,7 @@
 		AST_APP_ARG(group);	/* channel/group token */
 		//AST_APP_ARG(ext);	/* extension token */
 		//AST_APP_ARG(opts);	/* options token */
-		//AST_APP_ARG(other);	/* Any remining unused arguments */
+		//AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 
 	pvt = priv;
@@ -5131,7 +5131,7 @@
 		AST_APP_ARG(group);	/* channel/group token */
 		AST_APP_ARG(ext);	/* extension token */
 		//AST_APP_ARG(opts);	/* options token */
-		AST_APP_ARG(other);	/* Any remining unused arguments */
+		AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 
 	ast_mutex_lock(&p->lock);
@@ -13349,7 +13349,7 @@
 		AST_APP_ARG(group);	/* channel/group token */
 		//AST_APP_ARG(ext);	/* extension token */
 		//AST_APP_ARG(opts);	/* options token */
-		AST_APP_ARG(other);	/* Any remining unused arguments */
+		AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 
 	/*
diff --git a/channels/sig_pri.c b/channels/sig_pri.c
index f576660..20e47df 100644
--- a/channels/sig_pri.c
+++ b/channels/sig_pri.c
@@ -7810,7 +7810,7 @@
 		AST_APP_ARG(group);	/* channel/group token */
 		AST_APP_ARG(ext);	/* extension token */
 		//AST_APP_ARG(opts);	/* options token */
-		AST_APP_ARG(other);	/* Any remining unused arguments */
+		AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 
 	/* Get private copy of dial string and break it up. */
@@ -7909,7 +7909,7 @@
 		AST_APP_ARG(group);	/* channel/group token */
 		AST_APP_ARG(ext);	/* extension token */
 		AST_APP_ARG(opts);	/* options token */
-		AST_APP_ARG(other);	/* Any remining unused arguments */
+		AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 	struct ast_flags opts;
 	char *opt_args[OPT_ARG_ARRAY_SIZE];
diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c
index 64aeffc..998dc6f 100644
--- a/funcs/func_callerid.c
+++ b/funcs/func_callerid.c
@@ -441,7 +441,7 @@
 AST_DEFINE_APP_ARGS_TYPE(ast_party_func_args,
 	AST_APP_ARG(member);	/*!< Member name */
 	AST_APP_ARG(opts);		/*!< Options token */
-	AST_APP_ARG(other);		/*!< Any remining unused arguments */
+	AST_APP_ARG(other);		/*!< Any remaining unused arguments */
 	);
 
 AST_DEFINE_APP_ARGS_TYPE(ast_party_members,
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index 10e4300..4a12ecb 100644
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -891,7 +891,7 @@
 		AST_APP_ARG(find_string);
 		AST_APP_ARG(replace_string);
 		AST_APP_ARG(max_replacements);
-		AST_APP_ARG(other);	/* Any remining unused arguments */
+		AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 
 	/* Guarantee output string is empty to start with. */
@@ -974,7 +974,7 @@
 	AST_DECLARE_APP_ARGS(args,
 		AST_APP_ARG(varname);
 		AST_APP_ARG(insert_string);
-		AST_APP_ARG(other);	/* Any remining unused arguments */
+		AST_APP_ARG(other);	/* Any remaining unused arguments */
 	);
 
 	ast_str_reset(*buf);

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ibdd928293d3cd20130922129f9633fa546035e01
Gerrit-Change-Number: 17151
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/2cd18240/attachment-0001.html>


More information about the asterisk-code-review mailing list