From b31849f9dc2def21e4a0055d18130d99fc18f395 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 28 Dec 2015 11:53:45 +1100 Subject: Fix typo. --- test/lexTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3