[Asterisk-code-review] spelling: traverser (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:20:17 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17263 )
Change subject: spelling: traverser
......................................................................
spelling: traverser
Change-Id: Ifc97f4099576e14f8a24f21d3cc7979380fe7f3d
---
M main/pbx.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/63/17263/1
diff --git a/main/pbx.c b/main/pbx.c
index e64872b..cb84cdd 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1045,7 +1045,7 @@
* Hope the limit on stack depth won't be a problem... this routine should
* be pretty lean as far a stack usage goes. Any non-match terminates the recursion down a branch.
*
- * In the above example, with the number "3077549999" as the pattern, the traversor could match extensions a, b and d. All are
+ * In the above example, with the number "3077549999" as the pattern, the traverser could match extensions a, b and d. All are
* of length 10; they have total specificities of 24580, 10246, and 25090, respectively, not that this matters
* at all. (b) wins purely because the first character "3" is much more specific (lower specificity) than "N". I have
* left the specificity totals in the code as an artifact; at some point, I will strip it out.
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17263
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ifc97f4099576e14f8a24f21d3cc7979380fe7f3d
Gerrit-Change-Number: 17263
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/1eb3c010/attachment.html>
More information about the asterisk-code-review
mailing list