diff options
Diffstat (limited to 'lexers/LexSQL.cxx')
-rw-r--r-- | lexers/LexSQL.cxx | 2 |
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); |