summaryrefslogtreecommitdiffstats
path: root/qt/qextscintillalexerpov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qextscintillalexerpov.cpp')
-rw-r--r--qt/qextscintillalexerpov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerpov.cpp b/qt/qextscintillalexerpov.cpp
index 6864d80..5f7cdee 100644
--- a/qt/qextscintillalexerpov.cpp
+++ b/qt/qextscintillalexerpov.cpp
@@ -65,7 +65,7 @@ int QextScintillaLexerPOV::braceStyle() const
// Return the string of characters that comprise a word.
const char *QextScintillaLexerPOV::wordCharacters() const
{
- return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_#";
+ return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_#";
}