aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-12-28 11:53:45 +1100
committerNeil <nyamatongwe@gmail.com>2015-12-28 11:53:45 +1100
commitba6468fb9aca4f448eba0024b96d1bb3ec213720 (patch)
treed70d83066a022923c43de5a328605cabe254f5d4
parent2211f87bc6f096a2c3b1166d2cab1efc37e0f295 (diff)
downloadscintilla-mirror-ba6468fb9aca4f448eba0024b96d1bb3ec213720.tar.gz
Fix typo.
-rw-r--r--test/lexTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lexTests.py b/test/lexTests.py
index 3cb80ef38..03d3d1cee 100644
--- a/test/lexTests.py
+++ b/test/lexTests.py
@@ -131,7 +131,7 @@ class TestLexers(unittest.TestCase):
return
# Test lexing just once from beginning to end in text form.
- # This is used for test cases that are too long to be exhasutively tested by lines and
+ # This is used for test cases that are too long to be exhaustively tested by lines and
# may be sensitive to line ends so are tested as if using Unix LF line ends.
def LexLongCase(self, name, lexerName, keywords, fileMode="b"):
self.LexExample(name, lexerName, keywords, "t")