[Asterisk-code-review] spelling: otherwise (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:13:31 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17073 )
Change subject: spelling: otherwise
......................................................................
spelling: otherwise
Change-Id: Ie521bca9ad6bd9100c0186be174ee857be6a3780
---
M configs/samples/sip.conf.sample
M main/audiohook.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/73/17073/1
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index 320febc..df2f3ea 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -1236,7 +1236,7 @@
; Peers handle both inbound and outbound calls and are matched by ip/port, so for
; The case of incoming calls from the peer, the IP address must match in order for
; The invitation to work. This means calls made from either direction won't work if
-; The peer is unregistered while host=dynamic or if the host is otherise not set to
+; The peer is unregistered while host=dynamic or if the host is otherwise not set to
; the correct IP of the sender.
; * For entities with 'type=user':
; Asterisk users handle inbound calls only (meaning they call Asterisk, Asterisk can't
diff --git a/main/audiohook.c b/main/audiohook.c
index 0270946..9e306e3 100644
--- a/main/audiohook.c
+++ b/main/audiohook.c
@@ -43,7 +43,7 @@
#define AST_AUDIOHOOK_SYNC_TOLERANCE 100 /*!< Tolerance in milliseconds for audiohooks synchronization */
#define AST_AUDIOHOOK_SMALL_QUEUE_TOLERANCE 100 /*!< When small queue is enabled, this is the maximum amount of audio that can remain queued at a time. */
-#define AST_AUDIOHOOK_LONG_QUEUE_TOLERANCE 500 /*!< Otheriwise we still don't want the queue to grow indefinitely */
+#define AST_AUDIOHOOK_LONG_QUEUE_TOLERANCE 500 /*!< Otherwise we still don't want the queue to grow indefinitely */
#define DEFAULT_INTERNAL_SAMPLE_RATE 8000
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17073
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ie521bca9ad6bd9100c0186be174ee857be6a3780
Gerrit-Change-Number: 17073
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/84fa7aad/attachment.html>
More information about the asterisk-code-review
mailing list