mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Minor typo in server/failregex.py
This commit is contained in:
parent
9b4806bfd3
commit
28f68a693f
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class FailRegex(Regex):
|
|||
##
|
||||
# Returns unmatched lines.
|
||||
#
|
||||
# This returns unmatched lines inlcuding captured by the <SKIPLINES> tag.
|
||||
# This returns unmatched lines including captured by the <SKIPLINES> tag.
|
||||
# @return list of unmatched lines
|
||||
|
||||
def getUnmatchedLines(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue