summaryrefslogtreecommitdiffstats
path: root/scintilla/lexers/LexRuby.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/lexers/LexRuby.cxx')
-rw-r--r--scintilla/lexers/LexRuby.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/lexers/LexRuby.cxx b/scintilla/lexers/LexRuby.cxx
index 32b8433..b75a4ca 100644
--- a/scintilla/lexers/LexRuby.cxx
+++ b/scintilla/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