[Asterisk-code-review] spelling: successfully (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:18:32 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17225 )


Change subject: spelling: successfully
......................................................................

spelling: successfully

Change-Id: Ib54319884bf0fa3189bc76c259c42b96ed984747
---
M channels/chan_unistim.c
M include/asterisk/abstract_jb.h
M include/asterisk/channel.h
M include/asterisk/module.h
M include/asterisk/pbx.h
M include/asterisk/utils.h
M main/asterisk.c
M main/stasis_bridges.c
8 files changed, 12 insertions(+), 12 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/17225/1

diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index 119d918..6a71e44 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -2176,7 +2176,7 @@
 		struct unistim_line *line;
 		struct unistim_subchannel *sub;
 
-		ast_verb(3, "Device '%s' successfuly registered\n", pte->device->name);
+		ast_verb(3, "Device '%s' successfully registered\n", pte->device->name);
 
 		AST_LIST_LOCK(&pte->device->subs);
 		AST_LIST_TRAVERSE_SAFE_BEGIN(&pte->device->subs, sub, list) {
diff --git a/include/asterisk/abstract_jb.h b/include/asterisk/abstract_jb.h
index 7ceb9f5..8e52ac2 100644
--- a/include/asterisk/abstract_jb.h
+++ b/include/asterisk/abstract_jb.h
@@ -196,15 +196,15 @@
  * \param f frame.
  *
  * Called from ast_generic_bridge() to put a frame into a channel's jitterbuffer.
- * The function will successfuly enqueue a frame if and only if:
+ * The function will successfully enqueue a frame if and only if:
  * 1. the channel is using a jitterbuffer (as determined by ast_jb_do_usecheck()),
  * 2. the frame's type is AST_FRAME_VOICE,
  * 3. the frame has timing info set and has length >= 2 ms,
  * 4. there is no some internal error happened (like failed memory allocation).
- * Frames, successfuly queued, should be delivered by the channel's jitterbuffer,
+ * Frames, successfully queued, should be delivered by the channel's jitterbuffer,
  * when their delivery time has came.
- * Frames, not successfuly queued, should be delivered immediately.
- * Dropped by the jb implementation frames are considered successfuly enqueued as
+ * Frames, not successfully queued, should be delivered immediately.
+ * Dropped by the jb implementation frames are considered successfully enqueued as
  * far as they should not be delivered at all.
  *
  * \retval 0 if the frame was queued
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 7115e78..f193b61 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4827,7 +4827,7 @@
  * use ast_bridge_join() or ast_bridge_impart(). If you wish to move a bridged
  * channel into the place of another bridged channel, then use ast_bridge_move().
  *
- * \note When this function returns succesfully, the source channel is in a
+ * \note When this function returns successfully, the source channel is in a
  * state where its continued use is unreliable.
  *
  * \note absolutely _NO_ channel locks should be held before calling this function.
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 7eb6615..653e4a6 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -107,7 +107,7 @@
  * \brief Possible return types for \ref ast_module_reload
  */
 enum ast_module_reload_result {
-	AST_MODULE_RELOAD_SUCCESS = 0,      /*!< The module was reloaded succesfully */
+	AST_MODULE_RELOAD_SUCCESS = 0,      /*!< The module was reloaded successfully */
 	AST_MODULE_RELOAD_QUEUED,           /*!< The module reload request was queued */
 	AST_MODULE_RELOAD_NOT_FOUND,        /*!< The requested module was not found */
 	AST_MODULE_RELOAD_ERROR,            /*!< An error occurred while reloading the module */
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index bc34b66..633f97f 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -1669,7 +1669,7 @@
  * which cause privilege escalations. If pbx_live_dangerously() has been
  * called, this function has no effect.
  *
- * \return 0 if successfuly marked current thread.
+ * \return 0 if successfully marked current thread.
  * \return Non-zero if marking current thread failed.
  */
 int ast_thread_inhibit_escalations(void);
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 59cd638..d26b0c3 100644
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -1067,7 +1067,7 @@
  *
  * \param is_user_interface Non-zero to mark the thread as a user interface.
  *
- * \return 0 if successfuly marked current thread.
+ * \return 0 if successfully marked current thread.
  * \return Non-zero if marking current thread failed.
  */
 int ast_thread_user_interface_set(int is_user_interface);
diff --git a/main/asterisk.c b/main/asterisk.c
index eaf2d7d..727c907 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -3981,7 +3981,7 @@
 
 	load_astmm_phase_1();
 
-	/* Check whether high prio was succesfully set by us or some
+	/* Check whether high prio was successfully set by us or some
 	 * other incantation. */
 	if (has_priority()) {
 		ast_set_flag(&ast_options, AST_OPT_FLAG_HIGH_PRIORITY);
diff --git a/main/stasis_bridges.c b/main/stasis_bridges.c
index 9238adc..7d84615 100644
--- a/main/stasis_bridges.c
+++ b/main/stasis_bridges.c
@@ -56,8 +56,8 @@
 						<enum name="Not Permitted"><para>Bridge does not permit transfers</para></enum>
 						<enum name="Success"><para>Transfer completed successfully</para></enum>
 					</enumlist>
-					<note><para>A result of <literal>Success</literal> does not necessarily mean that a target was succesfully
-					contacted. It means that a party was succesfully placed into the dialplan at the expected location.</para></note>
+					<note><para>A result of <literal>Success</literal> does not necessarily mean that a target was successfully
+					contacted. It means that a party was successfully placed into the dialplan at the expected location.</para></note>
 				</parameter>
 				<channel_snapshot prefix="Transferer"/>
 				<channel_snapshot prefix="Transferee"/>

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17225
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ib54319884bf0fa3189bc76c259c42b96ed984747
Gerrit-Change-Number: 17225
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/d19469a4/attachment-0001.html>


More information about the asterisk-code-review mailing list