aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-04-05 09:45:27 +1000
committernyamatongwe <devnull@localhost>2011-04-05 09:45:27 +1000
commitd7daed8ed142004c0b3d82685c05279ec4e34e56 (patch)
treed7ed43899a030cf627757e1915f469ea4e9f87a2
parentf019340c11ab99b7f4a462b7e816c9ddbfc7616d (diff)
downloadscintilla-mirror-d7daed8ed142004c0b3d82685c05279ec4e34e56.tar.gz
Fixed spacing in explanation.
-rw-r--r--lexers/LexSQL.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexSQL.cxx b/lexers/LexSQL.cxx
index e37fa7c71..64a896ee4 100644
--- a/lexers/LexSQL.cxx
+++ b/lexers/LexSQL.cxx
@@ -205,7 +205,7 @@ struct OptionSetSQL : public OptionSet<OptionsSQL> {
DefineProperty("fold", &OptionsSQL::fold);
DefineProperty("fold.sql.at.else", &OptionsSQL::foldAtElse,
- "This option enables SQL folding on a \"ELSE\" and \"ELSIF\"line of an IF statement.");
+ "This option enables SQL folding on a \"ELSE\" and \"ELSIF\" line of an IF statement.");
DefineProperty("fold.comment", &OptionsSQL::foldComment);