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

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


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


Change subject: spelling: succeeded
......................................................................

spelling: succeeded

Change-Id: Ice4330196c8c28e8e6903c177b72be60ab05e834
---
M channels/console_gui.c
M tests/test_ast_format_str_reduce.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/22/17222/1

diff --git a/channels/console_gui.c b/channels/console_gui.c
index 9810658..8eb694e 100644
--- a/channels/console_gui.c
+++ b/channels/console_gui.c
@@ -593,7 +593,7 @@
 			p->status_index |= IS_ON;
 			/* print the new message in the message board */
 			update_device_info(env, index);
-			return 1; /* open succeded */
+			return 1; /* open succeeded */
 		}
 		return 0; /* failure */
 	} else {
diff --git a/tests/test_ast_format_str_reduce.c b/tests/test_ast_format_str_reduce.c
index a5c1af7..2dfcc9b 100644
--- a/tests/test_ast_format_str_reduce.c
+++ b/tests/test_ast_format_str_reduce.c
@@ -108,7 +108,7 @@
 	for (i = 0; fail_strings[i]; i++) {
 		c = ast_strdupa(fail_strings[i]);
 		if ((c = ast_format_str_reduce(c))) {
-			ast_test_status_update(test, "ast_format_str_reduce() succeded on string '%s' "
+			ast_test_status_update(test, "ast_format_str_reduce() succeeded on string '%s' "
 					"with result '%s', but we expected it to fail\n",
 					fail_strings[i], c);
 			return AST_TEST_FAIL;

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ice4330196c8c28e8e6903c177b72be60ab05e834
Gerrit-Change-Number: 17222
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/450fecfd/attachment.html>


More information about the asterisk-code-review mailing list