[Asterisk-code-review] spelling: nuisance (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:13:02 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17057 )
Change subject: spelling: nuisance
......................................................................
spelling: nuisance
Change-Id: I6a9aeebc4a4c69a6c1503c1c29cfa5a01a48cf60
---
M main/enum.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/57/17057/1
diff --git a/main/enum.c b/main/enum.c
index cacb93f2..4c0f253 100644
--- a/main/enum.c
+++ b/main/enum.c
@@ -682,7 +682,7 @@
* The "number" parameter includes a leading '+' if it's a full E.164 number (and not ISN)
* We need to preserve that as the regex inside NAPTRs expect the +.
*
- * But for the domain generation, the '+' is a nuissance, so we get rid of it.
+ * But for the domain generation, the '+' is a nuisance, so we get rid of it.
*/
ast_copy_string(naptrinput, number[0] == 'n' ? number + 1 : number, sizeof(naptrinput));
if (number[0] == '+') {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17057
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6a9aeebc4a4c69a6c1503c1c29cfa5a01a48cf60
Gerrit-Change-Number: 17057
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/c9747871/attachment.html>
More information about the asterisk-code-review
mailing list