From 28f68a693f8f042497cd6a18de49bd9c4ff85a54 Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Thu, 24 Jan 2013 21:12:45 +0000 Subject: [PATCH] Minor typo in server/failregex.py --- server/failregex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/failregex.py b/server/failregex.py index 84b237c7..b7084ce2 100644 --- a/server/failregex.py +++ b/server/failregex.py @@ -140,7 +140,7 @@ class FailRegex(Regex): ## # Returns unmatched lines. # - # This returns unmatched lines inlcuding captured by the tag. + # This returns unmatched lines including captured by the tag. # @return list of unmatched lines def getUnmatchedLines(self):