summaryrefslogtreecommitdiffstats
path: root/qt/qextscintillalexerbash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qextscintillalexerbash.cpp')
-rw-r--r--qt/qextscintillalexerbash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerbash.cpp b/qt/qextscintillalexerbash.cpp
index b74f97c..ec798a5 100644
--- a/qt/qextscintillalexerbash.cpp
+++ b/qt/qextscintillalexerbash.cpp
@@ -66,7 +66,7 @@ int QextScintillaLexerBash::braceStyle() const
// Return the string of characters that comprise a word.
const char *QextScintillaLexerBash::wordCharacters() const
{
- return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_$@%&";
+ return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$@%&";
}