diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:46:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:46:01 -0500 |
commit | fd8d92656e630a44ed99688fc01f1896836b4c52 (patch) | |
tree | 1b67eaa5e16ad5056124ab080b4f4a3e96d74fc0 /src/LexCaml.cpp | |
parent | 29c4424ab987df40a8a3df93165f84561dee1a43 (diff) | |
download | tqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.tar.gz tqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/LexCaml.cpp')
-rw-r--r-- | src/LexCaml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexCaml.cpp b/src/LexCaml.cpp index 4c5ac4a..5f4fad5 100644 --- a/src/LexCaml.cpp +++ b/src/LexCaml.cpp @@ -355,7 +355,7 @@ void ColouriseCamlDoc( else state2 = SCE_CAML_DEFAULT; chColor++; - // enable "magic" (read-only) comment AS RETQUIRED + // enable "magic" (read-only) comment AS REQUIRED } else if (useMagic && sc.currentPos - chToken == 4 && sc.Match('c') && sc.chPrev == 'r' && sc.GetRelative(-2) == '@') sc.state |= 0x10; // (switch to read-only comment style) |