Minor typo in server/failregex.py

This commit is contained in:
Steven Hiscocks 2013-01-24 21:12:45 +00:00
parent 9b4806bfd3
commit 28f68a693f

View file

@ -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):