mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
contrib: Spelling fixes
Correct typos of the following word families: standard increase comments valgrind promiscuous editing libtonezone storage aggressive whitespace russellbryant consecutive peternixon ASTERISK-29714 Change-Id: I9cafbf41b579c9c0c84c81719d2c4f900beec245
This commit is contained in:
@@ -22,7 +22,7 @@ REQUIRED_LENGTH = 6
|
||||
# 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)
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user