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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:13:27 CDT 2021


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


Change subject: spelling: original
......................................................................

spelling: original

Change-Id: Icbc35b46340bb84b61f311bef6d8bf8b20d17975
---
M tests/test_sorcery.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/71/17071/1

diff --git a/tests/test_sorcery.c b/tests/test_sorcery.c
index 9f5cc7e..1f22040 100644
--- a/tests/test_sorcery.c
+++ b/tests/test_sorcery.c
@@ -842,7 +842,7 @@
 		ast_test_status_update(test, "A new ast_variable was not created for 'jim'\n");
 		res = AST_TEST_FAIL;
 	} else if (copy->jim == obj->jim) {
-		ast_test_status_update(test, "Created copy of 'jim' is actually the ogirinal 'jim'\n");
+		ast_test_status_update(test, "Created copy of 'jim' is actually the original 'jim'\n");
 		res = AST_TEST_FAIL;
 	} else if (strcmp(copy->jim->value, obj->jim->value)) {
 		ast_test_status_update(test, "Value of 1st 'jim' on newly created copy is not the same as original\n");

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Icbc35b46340bb84b61f311bef6d8bf8b20d17975
Gerrit-Change-Number: 17071
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/1c85ed59/attachment-0001.html>


More information about the asterisk-code-review mailing list