diff options
| author | nyamatongwe <unknown> | 2011-04-05 09:45:27 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-04-05 09:45:27 +1000 | 
| commit | ba5a0e5368d3bbe53096525dd659f9cdc418011c (patch) | |
| tree | c8578545b84971032545d6db46be4bb189c9c24b | |
| parent | c7390a6c11dcd9b5b24ca5bd811bbd8027597f3f (diff) | |
| download | scintilla-mirror-ba5a0e5368d3bbe53096525dd659f9cdc418011c.tar.gz | |
Fixed spacing in explanation.
| -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); | 
