[Asterisk-code-review] spelling: invalid (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:11:05 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16996 )
Change subject: spelling: invalid
......................................................................
spelling: invalid
Change-Id: I4c4100e258be2b74da10b1d6f4a8a4e06b7fe54c
---
M addons/ooh323c/src/ooq931.c
M apps/app_confbridge.c
M res/res_fax.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/96/16996/1
diff --git a/addons/ooh323c/src/ooq931.c b/addons/ooh323c/src/ooq931.c
index 3c85cda..205ee89 100644
--- a/addons/ooh323c/src/ooq931.c
+++ b/addons/ooh323c/src/ooq931.c
@@ -4251,7 +4251,7 @@
case Q931RecoveryOnTimerExpiry:
return "Q931RecoveryOnTimerExpiry";
case Q931InvalidCallReference:
- return "Q931InvaliedCallReference";
+ return "Q931InvalidCallReference";
default:
return "Unsupported Cause Type";
}
diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index 2c20ff5..aa03c17 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -2374,7 +2374,7 @@
ast_channel_language(chan));
res = ast_waitstream(chan, AST_DIGIT_ANY);
if (res > 0) {
- /* Account for digit already read during ivalid pin playback
+ /* Account for digit already read during invalid pin playback
* resetting pin buf. */
pin_guess[0] = res;
pin_guess[1] = '\0';
diff --git a/res/res_fax.c b/res/res_fax.c
index be7f509..7d69fc2 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -3114,7 +3114,7 @@
enum ast_t38_state state_other;
if (f->datalen != sizeof(struct ast_control_t38_parameters)) {
- /* invalaid AST_CONTROL_T38_PARAMETERS frame, we can't
+ /* invalid AST_CONTROL_T38_PARAMETERS frame, we can't
* do anything with it, pass it on */
return f;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16996
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I4c4100e258be2b74da10b1d6f4a8a4e06b7fe54c
Gerrit-Change-Number: 16996
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/12b81e14/attachment.html>
More information about the asterisk-code-review
mailing list