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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:12:39 CDT 2021


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


Change subject: spelling: nonexistent
......................................................................

spelling: nonexistent

Change-Id: I6d5dffecc1b2a96ed43ac5e2f9e76b6e12e0133c
---
M channels/chan_skinny.c
M main/channel.c
M res/res_sorcery_memory_cache.c
M tests/test_format_cache.c
M tests/test_voicemail_api.c
5 files changed, 7 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/53/17053/1

diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index bb42932..25a4267 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -5992,7 +5992,7 @@
 		sub->substate = SUBSTATE_HOLD;
 		break;
 	default:
-		ast_log(LOG_WARNING, "Was asked to change to nonexistant substate %d on Sub-%u\n", state, sub->callid);
+		ast_log(LOG_WARNING, "Was asked to change to nonexistent substate %d on Sub-%u\n", state, sub->callid);
 	}
 	skinny_unlocksub(sub);
 }
diff --git a/main/channel.c b/main/channel.c
index 05323c3..ee57c51 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -170,9 +170,9 @@
 	{ AST_CAUSE_INCOMPATIBLE_DESTINATION, "INCOMPATIBLE_DESTINATION", "Incompatible destination" },
 	{ AST_CAUSE_INVALID_MSG_UNSPECIFIED, "INVALID_MSG_UNSPECIFIED", "Invalid message unspecified" },
 	{ AST_CAUSE_MANDATORY_IE_MISSING, "MANDATORY_IE_MISSING", "Mandatory information element is missing" },
-	{ AST_CAUSE_MESSAGE_TYPE_NONEXIST, "MESSAGE_TYPE_NONEXIST", "Message type nonexist." },
+	{ AST_CAUSE_MESSAGE_TYPE_NONEXIST, "MESSAGE_TYPE_NONEXIST", "Message type nonexistent." },
 	{ AST_CAUSE_WRONG_MESSAGE, "WRONG_MESSAGE", "Wrong message" },
-	{ AST_CAUSE_IE_NONEXIST, "IE_NONEXIST", "Info. element nonexist or not implemented" },
+	{ AST_CAUSE_IE_NONEXIST, "IE_NONEXIST", "Info. element nonexistent or not implemented" },
 	{ AST_CAUSE_INVALID_IE_CONTENTS, "INVALID_IE_CONTENTS", "Invalid information element contents" },
 	{ AST_CAUSE_WRONG_CALL_STATE, "WRONG_CALL_STATE", "Message not compatible with call state" },
 	{ AST_CAUSE_RECOVERY_ON_TIMER_EXPIRE, "RECOVERY_ON_TIMER_EXPIRE", "Recover on timer expiry" },
diff --git a/res/res_sorcery_memory_cache.c b/res/res_sorcery_memory_cache.c
index 03444c2..e8bb30e 100644
--- a/res/res_sorcery_memory_cache.c
+++ b/res/res_sorcery_memory_cache.c
@@ -3002,7 +3002,7 @@
  * \brief Callback for retrieving sorcery object by ID
  *
  * The mock wizard uses the \ref real_backend_data in order to construct
- * objects. If the backend data is "nonexisent" then no object is returned.
+ * objects. If the backend data is "nonexistent" then no object is returned.
  * Otherwise, an object is created that has the backend data's salt and
  * pepper values copied.
  *
@@ -3037,7 +3037,7 @@
  * \brief Callback for retrieving multiple sorcery objects
  *
  * The mock wizard uses the \ref real_backend_data in order to construct
- * objects. If the backend data is "nonexisent" then no object is returned.
+ * objects. If the backend data is "nonexistent" then no object is returned.
  * Otherwise, the number of objects matching the exists value will be returned.
  *
  * \param sorcery The sorcery instance
diff --git a/tests/test_format_cache.c b/tests/test_format_cache.c
index 2ed9780..8d813c3 100644
--- a/tests/test_format_cache.c
+++ b/tests/test_format_cache.c
@@ -208,7 +208,7 @@
 
 	switch (cmd) {
 	case TEST_INIT:
-		info->name = "format_cache_get_nonxistent";
+		info->name = "format_cache_get_nonexistent";
 		info->category = "/main/format_cache/";
 		info->summary = "format cache get unit test";
 		info->description =
diff --git a/tests/test_voicemail_api.c b/tests/test_voicemail_api.c
index 2338e38..faf99bc 100644
--- a/tests/test_voicemail_api.c
+++ b/tests/test_voicemail_api.c
@@ -933,7 +933,7 @@
 		info->description =
 			"Test off nominal requests for mailbox snapshots.  This includes"
 			" testing the following:\n"
-			" * Access to non-exisstent mailbox\n"
+			" * Access to nonexistent mailbox\n"
 			" * Access to NULL mailbox\n"
 			" * Access to non-existent context\n"
 			" * Access to non-existent folder\n"

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6d5dffecc1b2a96ed43ac5e2f9e76b6e12e0133c
Gerrit-Change-Number: 17053
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/68b5e9a5/attachment.html>


More information about the asterisk-code-review mailing list