[Asterisk-code-review] spelling: either (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:07:14 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16895 )
Change subject: spelling: either
......................................................................
spelling: either
Change-Id: Iaf725bd7ec6a679838739c5e3229c0a105837886
---
M include/asterisk/abstract_jb.h
M res/res_pjsip_transport_websocket.c
M res/res_xmpp.c
3 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/95/16895/1
diff --git a/include/asterisk/abstract_jb.h b/include/asterisk/abstract_jb.h
index 3e2467d..eab571b 100644
--- a/include/asterisk/abstract_jb.h
+++ b/include/asterisk/abstract_jb.h
@@ -182,7 +182,7 @@
* \param time_left bridge time limit, or -1 if not set.
*
* Called from ast_generic_bridge() to determine the maximum time to wait for
- * activity in ast_waitfor_n() call. If neihter of the channels is using jb,
+ * activity in ast_waitfor_n() call. If neither of the channels is using jb,
* this function returns the time limit passed.
*
* \return maximum time to wait.
@@ -219,7 +219,7 @@
* \param c1 second bridged channel.
*
* Called from ast_generic_bridge() to deliver any frames, that should be delivered
- * for the moment of invocation. Does nothing if neihter of the channels is using jb
+ * for the moment of invocation. Does nothing if neither of the channels is using jb
* or has any frames currently queued in. The function delivers frames usig ast_write()
* each of the channels.
*/
diff --git a/res/res_pjsip_transport_websocket.c b/res/res_pjsip_transport_websocket.c
index 1b882da..bc38407 100644
--- a/res/res_pjsip_transport_websocket.c
+++ b/res/res_pjsip_transport_websocket.c
@@ -195,7 +195,7 @@
}
/*
- * The type_name here is mostly used by log messages eihter in
+ * The type_name here is mostly used by log messages either in
* pjproject or Asterisk. Other places are reconstituting subscriptions
* after a restart (which could never work for a websocket connection anyway),
* received MESSAGE requests to set PJSIP_TRANSPORT, and most importantly
diff --git a/res/res_xmpp.c b/res/res_xmpp.c
index 1815564..f11e4fe 100644
--- a/res/res_xmpp.c
+++ b/res/res_xmpp.c
@@ -3607,7 +3607,7 @@
return -1;
}
- /* Depending on the configuration of the client we eiher jump to requesting TLS, or authenticating */
+ /* Depending on the configuration of the client we either jump to requesting TLS, or authenticating */
xmpp_client_change_state(client, (ast_test_flag(&clientcfg->flags, XMPP_USETLS) ? XMPP_STATE_REQUEST_TLS : XMPP_STATE_AUTHENTICATE));
return 0;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16895
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Iaf725bd7ec6a679838739c5e3229c0a105837886
Gerrit-Change-Number: 16895
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/fbfef59f/attachment-0001.html>
More information about the asterisk-code-review
mailing list