[Asterisk-code-review] spelling: silliness (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:16:46 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17193 )
Change subject: spelling: silliness
......................................................................
spelling: silliness
Change-Id: I9ba158ec546c2e6a5a2876d688bb8e94f62db413
---
M channels/chan_dahdi.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/93/17193/1
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index f5a9528..5597b70 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -17700,7 +17700,7 @@
return -1;
}
if (finish < start) {
- ast_log(LOG_WARNING, "Sillyness: %d < %d\n", start, finish);
+ ast_log(LOG_WARNING, "Silliness: %d < %d\n", start, finish);
x = finish;
finish = start;
start = x;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17193
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I9ba158ec546c2e6a5a2876d688bb8e94f62db413
Gerrit-Change-Number: 17193
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/6ccd8d2f/attachment.html>
More information about the asterisk-code-review
mailing list