From 9bb337e9232502a979a64f3c78aee82b8c5e8375 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 20 Jan 2014 07:46:22 +0100 Subject: Fix typos in comments (lexers) --- lexers/LexCoffeeScript.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/LexCoffeeScript.cxx') diff --git a/lexers/LexCoffeeScript.cxx b/lexers/LexCoffeeScript.cxx index fc9b4998a..c52a5a42b 100644 --- a/lexers/LexCoffeeScript.cxx +++ b/lexers/LexCoffeeScript.cxx @@ -158,7 +158,7 @@ static void ColouriseCoffeeScriptDoc(unsigned int startPos, int length, int init for (; sc.More(); sc.Forward()) { if (sc.atLineStart) { - // Reset states to begining of colourise so no surprises + // Reset states to beginning of colourise so no surprises // if different sets of lines lexed. visibleChars = 0; lastWordWasUUID = false; -- cgit v1.2.3