From 3e676d857a3d9fc46f0f8e1cd1a81578e2436a18 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Mon, 21 Jun 2010 15:44:41 +0000 Subject: [PATCH] Fix typo --- grammar/Lua51.jj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grammar/Lua51.jj b/grammar/Lua51.jj index f0f60440..9f09de3a 100644 --- a/grammar/Lua51.jj +++ b/grammar/Lua51.jj @@ -1,5 +1,5 @@ /** -* Javacc grammer for lua language version 5.1 +* Javacc grammar for lua language version 5.1 * * Originally created for use in luaj, a Java implementation of the lua language * @see http://sourceforge.net/projects/luaj/ @@ -10,7 +10,7 @@ * Empty grammar that validates syntax without producing a parse tree. * * @author Jim Roseborough -* @date June 19, 2010 +* @date June 21, 2010 */ options {