[Asterisk-code-review] spelling: anomalies (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:34 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16725 )
Change subject: spelling: anomalies
......................................................................
spelling: anomalies
Change-Id: I685c80f2589c0c6b897b207944f3fa4510526b1f
---
M main/astmm.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/16725/1
diff --git a/main/astmm.c b/main/astmm.c
index cb45a03..29d4b96 100644
--- a/main/astmm.c
+++ b/main/astmm.c
@@ -869,7 +869,7 @@
}
/* Look for historical misspelled option as well. */
- if (fn && (!strcasecmp(fn, "anomalies") || !strcasecmp(fn, "anomolies"))) {
+ if (fn && (!strcasecmp(fn, "anomalies") || !strcasecmp(fn, "anomalies"))) {
regions_check_all_fences();
ast_cli(a->fd, "Anomaly check complete.\n");
return CLI_SUCCESS;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16725
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I685c80f2589c0c6b897b207944f3fa4510526b1f
Gerrit-Change-Number: 16725
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/045a27ef/attachment-0001.html>
More information about the asterisk-code-review
mailing list