Minor typo in server/failregex.py

pull/108/head
Steven Hiscocks 12 years ago
parent 9b4806bfd3
commit 28f68a693f

@ -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…
Cancel
Save