[Asterisk-code-review] spelling: appropriate (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:47 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16737 )
Change subject: spelling: appropriate
......................................................................
spelling: appropriate
Change-Id: I23ea4ccaa544e947627c4e2fdb1a8e22b3c9c10e
---
M apps/app_minivm.c
M channels/chan_sip.c
M tests/test_config.c
3 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/37/16737/1
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index aaf189b..9282bb8 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -2781,7 +2781,7 @@
char *tmpread, *tmpwrite;
char *emailbody = ast_strdup(configuration);
- /* substitute strings \t and \n into the apropriate characters */
+ /* substitute strings \t and \n into the appropriate characters */
tmpread = tmpwrite = emailbody;
while ((tmpwrite = strchr(tmpread,'\\'))) {
int len = strlen("\n");
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 23b8fa6..26b7a94 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -9006,7 +9006,7 @@
free_via(via);
}
- /* Store initial incoming cseq. An error in sscanf here is ignored. There is no approperiate
+ /* Store initial incoming cseq. An error in sscanf here is ignored. There is no appropriate
* except not storing the number. CSeq validation must take place before dialog creation in find_call */
if (!ast_strlen_zero(cseq) && (sscanf(cseq, "%30u", &seqno) == 1)) {
p->init_icseq = seqno;
@@ -30980,7 +30980,7 @@
ast_string_field_set(p, peername, ext);
/* Recalculate our side, and recalculate Call ID */
ast_sip_ouraddrfor(&p->sa, &p->ourip, p);
- /* When chan_sip is first loaded or reloaded, we need to check for NAT and set the appropiate flags
+ /* When chan_sip is first loaded or reloaded, we need to check for NAT and set the appropriate flags
now that we have the auto_* settings. */
check_for_nat(&p->sa, p);
/* If there is a peer related to this outgoing call and it hasn't re-registered after
diff --git a/tests/test_config.c b/tests/test_config.c
index c429bbe..4c32d6b 100644
--- a/tests/test_config.c
+++ b/tests/test_config.c
@@ -967,7 +967,7 @@
info->category = "/main/config/";
info->summary = "Test config hooks";
info->description =
- "Ensure that config hooks are called at approriate times,"
+ "Ensure that config hooks are called at appropriate times,"
"not called at inappropriate times, and that all information"
"that should be present is present.";
return AST_TEST_NOT_RUN;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16737
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I23ea4ccaa544e947627c4e2fdb1a8e22b3c9c10e
Gerrit-Change-Number: 16737
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/a68a0a34/attachment-0001.html>
More information about the asterisk-code-review
mailing list