diff options
author | Neil <nyamatongwe@gmail.com> | 2015-12-28 11:53:45 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-12-28 11:53:45 +1100 |
commit | b31849f9dc2def21e4a0055d18130d99fc18f395 (patch) | |
tree | 992cb6a12bcd1af5c297ed5ddef9009fad7447bb /test/lexTests.py | |
parent | 5d1dbd44210badea73d89cc1f7892b8fe2a47281 (diff) | |
download | scintilla-mirror-b31849f9dc2def21e4a0055d18130d99fc18f395.tar.gz |
Fix typo.
Diffstat (limited to 'test/lexTests.py')
-rw-r--r-- | test/lexTests.py | 2 |
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") |