summaryrefslogtreecommitdiffstats
path: root/src/LexCPP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexCPP.cpp')
-rwxr-xr-xsrc/LexCPP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexCPP.cpp b/src/LexCPP.cpp
index 29dc6b9..474acf0 100755
--- a/src/LexCPP.cpp
+++ b/src/LexCPP.cpp
@@ -21,7 +21,7 @@
#include "SciLexer.h"
#define SET_LOWER "abcdefghijklmnopqrstuvwxyz"
-#define SET_UPPER "ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
+#define SET_UPPER "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
#define SET_DIGITS "0123456789"
class SetOfCharacters {