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

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


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


Change subject: spelling: regardless
......................................................................

spelling: regardless

Change-Id: Iae4aae77189bce5bf1bf04b9f058ab6dc74326f0
---
M apps/app_confbridge.c
M channels/chan_iax2.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/43/17143/1

diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index aa03c17..4c70e3e 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -2624,7 +2624,7 @@
 	quiet = ast_test_flag(&user.u_profile, USER_OPT_QUIET);
 
 	/* ask for a PIN immediately after finding user profile.  This has to be
-	 * prompted for requardless of quiet setting. */
+	 * prompted for regardless of quiet setting. */
 	if (!ast_strlen_zero(user.u_profile.pin)) {
 		if (conf_get_pin(chan, &user)) {
 			pbx_builtin_setvar_helper(chan, "CONFBRIDGE_RESULT", "FAILED");
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index e58904d..87f38d2 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -10253,7 +10253,7 @@
 			if (ies.calltoken && ies.calltokendata) {
 				/* if we've gotten this far, and the calltoken ie data exists,
 				 * then calltoken validation _MUST_ have taken place.  If calltoken
-				 * data is provided, it is always validated reguardless of any
+				 * data is provided, it is always validated regardless of any
 				 * calltokenoptional or requirecalltoken options */
 				new = NEW_ALLOW_CALLTOKEN_VALIDATED;
 			} else {

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Iae4aae77189bce5bf1bf04b9f058ab6dc74326f0
Gerrit-Change-Number: 17143
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/acaf3676/attachment.html>


More information about the asterisk-code-review mailing list