[Asterisk-code-review] spelling: anything (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:38 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16728 )
Change subject: spelling: anything
......................................................................
spelling: anything
Change-Id: I29ea8cc6142e2f3dd52aecd7f940ca17fd7ca252
---
M pbx/pbx_dundi.c
M res/res_calendar_ews.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/28/16728/1
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index a504171..fdba421 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -3835,7 +3835,7 @@
char eid_str[20];
struct timeval start;
- /* Don't do anthing for a hungup channel */
+ /* Don't do anything for a hungup channel */
if (chan && ast_check_hangup(chan))
return 0;
diff --git a/res/res_calendar_ews.c b/res/res_calendar_ews.c
index e4d250c..2f7b21b 100644
--- a/res/res_calendar_ews.c
+++ b/res/res_calendar_ews.c
@@ -198,7 +198,7 @@
ast_debug(3, "EWS: XML: <RootFolder>\n");
if (sscanf(ne_xml_get_attr(ctx->parser, atts, NULL, "TotalItemsInView"), "%u", &items) != 1) {
- /* Couldn't read enything */
+ /* Couldn't read anything */
ne_xml_set_error(ctx->parser, "Could't read number of events.");
return NE_XML_ABORT;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16728
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I29ea8cc6142e2f3dd52aecd7f940ca17fd7ca252
Gerrit-Change-Number: 16728
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/ac306ac2/attachment-0001.html>
More information about the asterisk-code-review
mailing list