From fd8d92656e630a44ed99688fc01f1896836b4c52 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:46:01 -0500 Subject: Fix inadvertent "TQ" changes. --- src/LexCaml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexCaml.cpp') 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) -- cgit v1.2.3