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 | ba6468fb9aca4f448eba0024b96d1bb3ec213720 (patch) | |
tree | d70d83066a022923c43de5a328605cabe254f5d4 | |
parent | 2211f87bc6f096a2c3b1166d2cab1efc37e0f295 (diff) | |
download | scintilla-mirror-ba6468fb9aca4f448eba0024b96d1bb3ec213720.tar.gz |
Fix typo.
-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") |