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

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


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


Change subject: spelling: success
......................................................................

spelling: success

Change-Id: Ife6671994bc4fcee44d61ed0326bbaec07c09a60
---
M funcs/func_odbc.c
M res/res_fax_spandsp.c
M res/res_pjsip.c
M tests/test_core_codec.c
4 files changed, 8 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/23/17223/1

diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c
index 9d6d0fc..8e5777e 100644
--- a/funcs/func_odbc.c
+++ b/funcs/func_odbc.c
@@ -73,7 +73,7 @@
 	</function>
 	<application name="ODBCFinish" language="en_US">
 		<synopsis>
-			Clear the resultset of a sucessful multirow query.
+			Clear the resultset of a successful multirow query.
 		</synopsis>
 		<syntax>
 			<parameter name="result-id" required="true" />
diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c
index 56ac161..b85650d 100644
--- a/res/res_fax_spandsp.c
+++ b/res/res_fax_spandsp.c
@@ -761,7 +761,7 @@
  * \param data fax session structure
  * \param len not used
  * \param samples no of samples generated
- * \return -1 on failure or 0 on sucess*/
+ * \return -1 on failure or 0 on success*/
 static int spandsp_fax_gw_t30_gen(struct ast_channel *chan, void *data, int len, int samples)
 {
 	int res = -1;
@@ -809,7 +809,7 @@
 
 /*! \brief activate a spandsp gateway based on the information in the given fax session
  * \param s fax session
- * \return -1 on error 0 on sucess*/
+ * \return -1 on error 0 on success*/
 static int spandsp_fax_gateway_start(struct ast_fax_session *s)
 {
 	struct spandsp_pvt *p = s->tech_pvt;
@@ -890,7 +890,7 @@
 /*! \brief process a frame from the bridge
  * \param s fax session
  * \param f frame to process
- * \return 1 on sucess 0 on incorrect packet*/
+ * \return 1 on success 0 on incorrect packet*/
 static int spandsp_fax_gateway_process(struct ast_fax_session *s, const struct ast_frame *f)
 {
 	struct spandsp_pvt *p = s->tech_pvt;
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index e944604..6296512 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -2058,7 +2058,7 @@
 						<literal>no</literal> (default), setting remove_unavailable to
 						<literal>yes</literal> will remove only unavailable contacts that exceed
 						<replaceable>max_contacts</replaceable>	to allow an incoming
-						REGISTER to complete sucessfully.</para>
+						REGISTER to complete successfully.</para>
 						<para>If <replaceable>remove_existing</replaceable> is set to
 						<literal>yes</literal>, setting remove_unavailable to
 						<literal>yes</literal> will prioritize unavailable contacts for removal
diff --git a/tests/test_core_codec.c b/tests/test_core_codec.c
index 1da21cd..de2fbf5 100644
--- a/tests/test_core_codec.c
+++ b/tests/test_core_codec.c
@@ -214,7 +214,7 @@
 	}
 
 	if (ast_codec_register(&audio_get)) {
-		ast_test_status_update(test, "Unsucessfully registered a codec for getting\n");
+		ast_test_status_update(test, "Unsuccessfully registered a codec for getting\n");
 		return AST_TEST_FAIL;
 	}
 
@@ -279,7 +279,7 @@
 	}
 
 	if (ast_codec_register(&audio_get_unknown)) {
-		ast_test_status_update(test, "Unsucessfully registered a codec for getting\n");
+		ast_test_status_update(test, "Unsuccessfully registered a codec for getting\n");
 		return AST_TEST_FAIL;
 	}
 
@@ -319,7 +319,7 @@
 	}
 
 	if (ast_codec_register(&audio_get_id)) {
-		ast_test_status_update(test, "Unsucessfully registered a codec for getting\n");
+		ast_test_status_update(test, "Unsuccessfully registered a codec for getting\n");
 		return AST_TEST_FAIL;
 	}
 

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ife6671994bc4fcee44d61ed0326bbaec07c09a60
Gerrit-Change-Number: 17223
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/2fee1bc6/attachment-0001.html>


More information about the asterisk-code-review mailing list