[Asterisk-code-review] spelling: guaranteed (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:09:27 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16951 )
Change subject: spelling: guaranteed
......................................................................
spelling: guaranteed
Change-Id: I02509c07f88031b008fc17481d06a712f3c5f271
---
M main/enum.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/51/16951/1
diff --git a/main/enum.c b/main/enum.c
index 52b98a7..61587c3 100644
--- a/main/enum.c
+++ b/main/enum.c
@@ -557,7 +557,7 @@
ast_log(LOG_WARNING, "Error during regex substitution. Invalid pmatch index.\n");
return -1;
}
- /* pmatch len is 10. we are garanteed a single char 0-9 is a valid index */
+ /* pmatch len is 10. we are guaranteed a single char 0-9 is a valid index */
size = pmatch[matchindex].rm_eo - pmatch[matchindex].rm_so;
if (size > d_len) {
ast_log(LOG_WARNING, "Not enough space during NAPTR regex substitution.\n");
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16951
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I02509c07f88031b008fc17481d06a712f3c5f271
Gerrit-Change-Number: 16951
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/b222d624/attachment.html>
More information about the asterisk-code-review
mailing list