From 42e9adfcb2d02ccc4146a48185328e7f28d07f09 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 13 May 2014 14:07:45 -0700 Subject: [PATCH] Spelling --- std/lexer.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/lexer.d b/std/lexer.d index 5a7c185..747f566 100644 --- a/std/lexer.d +++ b/std/lexer.d @@ -335,7 +335,7 @@ public: * $(LINK2 #.defaultTokenFunction defaultTokenFunction) template * parameter). * $(LI A function that is able to determine if an identifier/keyword has - * come to an end. This function must retorn $(D_KEYWORD bool) and take + * come to an end. This function must return $(D_KEYWORD bool) and take * a single $(D_KEYWORD size_t) argument representing the number of * bytes to skip over before looking for a separating character.) * $(LI Any functions referred to in the tokenHandlers template paramater.