Minor typo in server/failregex.py

pull/108/head
Steven Hiscocks 2013-01-24 21:12:45 +00:00
parent 9b4806bfd3
commit 28f68a693f
1 changed files with 1 additions and 1 deletions

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