[Asterisk-code-review] spelling: everything (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:07:56 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16915 )
Change subject: spelling: everything
......................................................................
spelling: everything
Change-Id: I376e5172a5f0cc675041d861e0ffa10793ca316a
---
M addons/ooh323c/src/ooq931.c
M channels/chan_motif.c
M channels/chan_sip.c
M pbx/pbx_dundi.c
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/16915/1
diff --git a/addons/ooh323c/src/ooq931.c b/addons/ooh323c/src/ooq931.c
index 3680909..6c2f7dc 100644
--- a/addons/ooh323c/src/ooq931.c
+++ b/addons/ooh323c/src/ooq931.c
@@ -4130,7 +4130,7 @@
}
return OO_OK;
}
- /* Evrything else is an h323-id for now */
+ /* Everything else is an h323-id for now */
psNewAlias = (ooAliases*) memAlloc(pctxt, sizeof(ooAliases));
if(!psNewAlias)
{
diff --git a/channels/chan_motif.c b/channels/chan_motif.c
index de0f403..0a5f3af 100644
--- a/channels/chan_motif.c
+++ b/channels/chan_motif.c
@@ -1180,7 +1180,7 @@
}
/* If the owner changed while everything was unlocked, no problem,
- * just start over and everthing will work. This is rare, do not be
+ * just start over and everything will work. This is rare, do not be
* confused by this loop and think this it is an expensive operation.
* The majority of the calls to this function will never involve multiple
* executions of this loop. */
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index f833be1..24f5d25 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -9437,7 +9437,7 @@
}
/* If the owner changed while everything was unlocked, no problem,
- * just start over and everthing will work. This is rare, do not be
+ * just start over and everything will work. This is rare, do not be
* confused by this loop and think this it is an expensive operation.
* The majority of the calls to this function will never involve multiple
* executions of this loop. */
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 64e5365..5b598f3 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -1437,7 +1437,7 @@
len = pack->datalen + pack->datalen / 100 + 42;
compress_space = ast_alloca(len);
memset(compress_space, 0, len);
- /* We care about everthing save the first 6 bytes of header */
+ /* We care about everything save the first 6 bytes of header */
bytes = len;
res = compress(compress_space, &bytes, pack->data + 6, pack->datalen - 6);
if (res != Z_OK) {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16915
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I376e5172a5f0cc675041d861e0ffa10793ca316a
Gerrit-Change-Number: 16915
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/cc6c4ecd/attachment-0001.html>
More information about the asterisk-code-review
mailing list