Fixed typo.
authordtrg <none@none>
Sat, 4 Feb 2006 01:54:18 +0000 (01:54 +0000)
committerdtrg <none@none>
Sat, 4 Feb 2006 01:54:18 +0000 (01:54 +0000)
index.html

index 7f84418..1692e9f 100644 (file)
@@ -43,7 +43,7 @@ alt="Valid HTML 4.01!" height="31" width="88"></a>
 recursive descent parsers from Extended Context-Free grammars (which makes it quite a
 bit more useful than yacc or bison). The ACK uses it extensively, but as it's a
 standalone component, I've decided that it would be useful to distribute this
-seperately. LLgen's input files are almost identical to yacc's, so if you can use yacc
+separately. LLgen's input files are almost identical to yacc's, so if you can use yacc
 and have been getting frustrated with its limitations, LLgen is for you.</p>
 <p>I've rewritten the build system and overhauled the source so it compiles
 cleanly with gcc; it should work fine on modern systems (and extremely quickly). The