summaryrefslogtreecommitdiffstats
path: root/qt/qextscintillalexerbatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qextscintillalexerbatch.cpp')
-rw-r--r--qt/qextscintillalexerbatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerbatch.cpp b/qt/qextscintillalexerbatch.cpp
index 8a7482c..c1c51a3 100644
--- a/qt/qextscintillalexerbatch.cpp
+++ b/qt/qextscintillalexerbatch.cpp
@@ -58,7 +58,7 @@ const char *QextScintillaLexerBatch::lexer() const
// Return the string of characters that comprise a word.
const char *QextScintillaLexerBatch::wordCharacters() const
{
- return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ-";
+ return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-";
}