From 6163fdac49af778bb9433fc37e246080b4709229 Mon Sep 17 00:00:00 2001 From: Richard van Velzen Date: Mon, 2 Jan 2012 12:56:43 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6f1d6a..852fce3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Lime: An LALR(1) parser generator in and for PHP. ================================================= -_Interpretter pattern got you down? Time to use a real parser? Welcome to Lime._ +_Interpreter pattern got you down? Time to use a real parser? Welcome to Lime._ If you're familiar with BISON or YACC, you may want to read the metagrammar. It's written in the Lime input language, so you'll get a head-start on