mirror of https://github.com/fail2ban/fail2ban
Minor typo in server/failregex.py
parent
9b4806bfd3
commit
28f68a693f
|
@ -140,7 +140,7 @@ class FailRegex(Regex):
|
||||||
##
|
##
|
||||||
# Returns unmatched lines.
|
# 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
|
# @return list of unmatched lines
|
||||||
|
|
||||||
def getUnmatchedLines(self):
|
def getUnmatchedLines(self):
|
||||||
|
|
Loading…
Reference in New Issue