[Asterisk-code-review] spelling: initiate (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:10:46 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16981 )
Change subject: spelling: initiate
......................................................................
spelling: initiate
Change-Id: I0912a664253552236eb820627f093cc379687a65
---
M cel/cel_manager.c
M channels/chan_motif.c
M configs/samples/chan_dahdi.conf.sample
M include/asterisk/rtp_engine.h
M res/res_pjsip_sdp_rtp.c
5 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/81/16981/1
diff --git a/cel/cel_manager.c b/cel/cel_manager.c
index e485aab..73e4997 100644
--- a/cel/cel_manager.c
+++ b/cel/cel_manager.c
@@ -86,7 +86,7 @@
<para>A channel initiated an attended transfer.</para>
</enum>
<enum name="PICKUP">
- <para>A channel initated a call pickup.</para>
+ <para>A channel initiated a call pickup.</para>
</enum>
<enum name="FORWARD">
<para>A channel is being forwarded to another destination.</para>
diff --git a/channels/chan_motif.c b/channels/chan_motif.c
index e06c72a..8e483bb 100644
--- a/channels/chan_motif.c
+++ b/channels/chan_motif.c
@@ -1508,7 +1508,7 @@
iks_delete(iq);
}
-/*! \brief Internal function which sends a session-inititate message */
+/*! \brief Internal function which sends a session-initiate message */
static void jingle_send_session_initiate(struct jingle_session *session)
{
jingle_send_session_action(session, session->transport == JINGLE_TRANSPORT_GOOGLE_V1 ? "initiate" : "session-initiate");
diff --git a/configs/samples/chan_dahdi.conf.sample b/configs/samples/chan_dahdi.conf.sample
index b1c3b43..0e10a94 100644
--- a/configs/samples/chan_dahdi.conf.sample
+++ b/configs/samples/chan_dahdi.conf.sample
@@ -588,7 +588,7 @@
; for dtmf dialtone detection; using DTMF.
; (see https://wiki.asterisk.org/wiki/display/AST/Caller+ID+in+India)
; dtmf = causes monitor loop to look for dtmf energy on the
-; incoming channel to initate cid acquisition
+; incoming channel to initiate cid acquisition
;
;cidstart=polarity
;
diff --git a/include/asterisk/rtp_engine.h b/include/asterisk/rtp_engine.h
index 0584f2c..3f7a7c6 100644
--- a/include/asterisk/rtp_engine.h
+++ b/include/asterisk/rtp_engine.h
@@ -511,7 +511,7 @@
/*! \brief DTLS setup types */
enum ast_rtp_dtls_setup {
- AST_RTP_DTLS_SETUP_ACTIVE, /*!< Endpoint is willing to inititate connections */
+ AST_RTP_DTLS_SETUP_ACTIVE, /*!< Endpoint is willing to initiate connections */
AST_RTP_DTLS_SETUP_PASSIVE, /*!< Endpoint is willing to accept connections */
AST_RTP_DTLS_SETUP_ACTPASS, /*!< Endpoint is willing to both accept and initiate connections */
AST_RTP_DTLS_SETUP_HOLDCONN, /*!< Endpoint does not want the connection to be established right now */
diff --git a/res/res_pjsip_sdp_rtp.c b/res/res_pjsip_sdp_rtp.c
index d422f01..6511c62 100644
--- a/res/res_pjsip_sdp_rtp.c
+++ b/res/res_pjsip_sdp_rtp.c
@@ -1993,7 +1993,7 @@
if (session_media->remotely_held) {
attr->name = STR_INACTIVE; /* To place on hold a recvonly stream, send inactive */
} else {
- attr->name = STR_SENDONLY; /* Send sendonly to initate a local hold */
+ attr->name = STR_SENDONLY; /* Send sendonly to initiate a local hold */
}
} else {
if (session_media->remotely_held) {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16981
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I0912a664253552236eb820627f093cc379687a65
Gerrit-Change-Number: 16981
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/dd7d36ec/attachment-0001.html>
More information about the asterisk-code-review
mailing list