[Asterisk-code-review] spelling: outgoing (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:13:35 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17075 )
Change subject: spelling: outgoing
......................................................................
spelling: outgoing
Change-Id: I94ae3fa2eddc473877cfca5cc719a5c6262dbaac
---
M addons/ooh323c/src/ooq931.h
M apps/app_dial.c
M main/message.c
3 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/75/17075/1
diff --git a/addons/ooh323c/src/ooq931.h b/addons/ooh323c/src/ooq931.h
index 949ce88..57c0b3f 100644
--- a/addons/ooh323c/src/ooq931.h
+++ b/addons/ooh323c/src/ooq931.h
@@ -427,7 +427,7 @@
* be returned.
* @param len Pointer to int in which length of the buffer will
* be returned.
- * @param msgType Pointer to integer in which message type of the ougoing
+ * @param msgType Pointer to integer in which message type of the outgoing
* message is returned.
*
* @return Completion status - 0 on success, -1 on failure
diff --git a/apps/app_dial.c b/apps/app_dial.c
index da2253a..d5cabe8 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1289,7 +1289,7 @@
if (is_cc_recall) {
ast_cc_failed(cc_recall_core_id, "Everyone is busy/congested for the recall. How sad");
}
- SCOPE_EXIT_RTN_VALUE(NULL, "%s: No outging channels available\n", ast_channel_name(in));
+ SCOPE_EXIT_RTN_VALUE(NULL, "%s: No outgoing channels available\n", ast_channel_name(in));
}
winner = ast_waitfor_n(watchers, pos, to);
AST_LIST_TRAVERSE(out_chans, o, node) {
diff --git a/main/message.c b/main/message.c
index ef73b36..8ca3987 100644
--- a/main/message.c
+++ b/main/message.c
@@ -57,7 +57,7 @@
the recipient of the message that was received by Asterisk.</para>
<para>
</para>
- <para>For an ourgoing message, this will set the To header in the
+ <para>For an outgoing message, this will set the To header in the
outgoing SIP message. This may be overridden by the "to" parameter
of MessageSend.
</para>
@@ -67,7 +67,7 @@
incoming message, this will be set to the source of the message.</para>
<para>
</para>
- <para>For an ourgoing message, this will set the From header in the
+ <para>For an outgoing message, this will set the From header in the
outgoing SIP message. This may be overridden by the "from" parameter
of MessageSend.
</para>
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17075
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I94ae3fa2eddc473877cfca5cc719a5c6262dbaac
Gerrit-Change-Number: 17075
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/6a907dcc/attachment-0001.html>
More information about the asterisk-code-review
mailing list