From 32e60eb3ba1906390fd28f8e53d7851903f6810a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jan 2012 16:19:44 -0600 Subject: Fix linear alphabet string errors --- qt/qextscintillalexercss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/qextscintillalexercss.cpp') diff --git a/qt/qextscintillalexercss.cpp b/qt/qextscintillalexercss.cpp index 6983202..aad84b1 100644 --- a/qt/qextscintillalexercss.cpp +++ b/qt/qextscintillalexercss.cpp @@ -78,7 +78,7 @@ const char *QextScintillaLexerCSS::blockEnd(int *style) const // Return the string of characters that comprise a word. const char *QextScintillaLexerCSS::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-"; } -- cgit v1.2.1