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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:16:53 CDT 2021


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


Change subject: spelling: sneakiness
......................................................................

spelling: sneakiness

Change-Id: Ic80fb4925a98022b248d0086d80427fe17979f7a
---
M apps/app_test.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/97/17197/1

diff --git a/apps/app_test.c b/apps/app_test.c
index 9677270..28e0069 100644
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -352,7 +352,7 @@
 	if (!res)
 		res = ast_app_getdata(chan, NULL, testid, sizeof(testid) - 1, 0);
 	ast_debug(1, "read test identifier: %s\n", testid);
-	/* Check for sneakyness */
+	/* Check for sneakiness */
 	if (strchr(testid, '/'))
 		res = -1;
 	if ((res >=0) && (!ast_strlen_zero(testid))) {

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ic80fb4925a98022b248d0086d80427fe17979f7a
Gerrit-Change-Number: 17197
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/2daa3665/attachment.html>


More information about the asterisk-code-review mailing list