aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexRuby.cxx
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-01-20 07:46:22 +0100
committerStefan Weil <sw@weilnetz.de>2014-01-20 07:46:22 +0100
commit9bb337e9232502a979a64f3c78aee82b8c5e8375 (patch)
tree712f9eae459b1b25a188a119b4b75800933b1b01 /lexers/LexRuby.cxx
parent82c802cc4db4d783f7255cc7f8489a7e03a65687 (diff)
downloadscintilla-mirror-9bb337e9232502a979a64f3c78aee82b8c5e8375.tar.gz
Fix typos in comments (lexers)
Diffstat (limited to 'lexers/LexRuby.cxx')
-rw-r--r--lexers/LexRuby.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexRuby.cxx b/lexers/LexRuby.cxx
index 833ad5928..e19a5147e 100644
--- a/lexers/LexRuby.cxx
+++ b/lexers/LexRuby.cxx
@@ -731,7 +731,7 @@ static void ColouriseRbDoc(unsigned int startPos, int length, int initStyle,
// If anyone runs into this problem, I recommend raising this
// value slightly higher to replacing the fixed array with a linked
- // list. Keep in mind this code will be called everytime the lexer
+ // list. Keep in mind this code will be called every time the lexer
// is invoked.
#define INNER_STRINGS_MAX_COUNT 5