[Asterisk-code-review] spelling: consecutive (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:05:12 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16821 )


Change subject: spelling: consecutive
......................................................................

spelling: consecutive

Change-Id: Ie2b44eed4d9b7958fb533e91dbb9baedddfe9158
---
M contrib/scripts/voicemailpwcheck.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/21/16821/1

diff --git a/contrib/scripts/voicemailpwcheck.py b/contrib/scripts/voicemailpwcheck.py
index 452255c..7636df3 100755
--- a/contrib/scripts/voicemailpwcheck.py
+++ b/contrib/scripts/voicemailpwcheck.py
@@ -22,7 +22,7 @@
 # Regular expressions that match against invalid passwords
 REGEX_BLACKLIST = [
     ("(?P<digit>\d)(?P=digit){%d}" % (REQUIRED_LENGTH - 1),
-        "%d consective numbers that are the same" % REQUIRED_LENGTH)
+        "%d consecutive numbers that are the same" % REQUIRED_LENGTH)
 ]
 
 

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16821
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ie2b44eed4d9b7958fb533e91dbb9baedddfe9158
Gerrit-Change-Number: 16821
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/dc858976/attachment-0001.html>


More information about the asterisk-code-review mailing list