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

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


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


Change subject: spelling: successful
......................................................................

spelling: successful

Change-Id: I12d66a88ada470b3ec9196027b803d6e618e94e0
---
M apps/app_skel.c
M channels/chan_sip.c
M channels/sig_pri.h
M include/asterisk/message.h
4 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/17224/1

diff --git a/apps/app_skel.c b/apps/app_skel.c
index 0fcc456..9a8d3cb 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -228,7 +228,7 @@
 /*! \brief Find a skel level in the specified container
  * \note This function *does not* look for a skel_level in the active container. It is used
  * internally by the Config Options code to check if an level has already been added to the
- * container that will be swapped for the live container on a successul reload.
+ * container that will be swapped for the live container on a successful reload.
  *
  * \param tmp_container A non-active container to search for a level
  * \param category The category associated with the level to check for
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index da45fe8..1258450 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -24909,7 +24909,7 @@
 		ao2_t_replace(p->registry, NULL, "unref registry entry p->registry");
 
 		/* destroy dialog now to avoid interference with next register */
-		pvt_set_needdestroy(p, "Registration successfull");
+		pvt_set_needdestroy(p, "Registration successful");
 
 		/* set us up for re-registering
 		 * figure out how long we got registered for
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 2486772..d777d67 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -362,7 +362,7 @@
 	/*! \brief Channel reset/restart state. */
 	enum sig_pri_reset_state resetting;
 #if defined(HAVE_PRI_TRANSFER)
-	/*! If non-NULL, send transfer disconnect successfull response to first call disconnecting. */
+	/*! If non-NULL, send transfer disconnect successful response to first call disconnecting. */
 	struct xfer_rsp_data *xfer_data;
 #endif	/* defined(HAVE_PRI_TRANSFER) */
 	int prioffset;					/*!< channel number in span */
diff --git a/include/asterisk/message.h b/include/asterisk/message.h
index 2147e22..841f635 100644
--- a/include/asterisk/message.h
+++ b/include/asterisk/message.h
@@ -106,7 +106,7 @@
 	 *
 	 * \param msg The message to handle
 	 *
-	 * \retval 0 The handler processed the message successfull
+	 * \retval 0 The handler processed the message successful
 	 * \retval non-zero The handler passed or could not process the message
 	 */
 	int (* const handle_msg)(struct ast_msg *msg);

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I12d66a88ada470b3ec9196027b803d6e618e94e0
Gerrit-Change-Number: 17224
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/a638cf8c/attachment.html>


More information about the asterisk-code-review mailing list