git clone https://orangeshoelaces.net/git/tttm.git
Author: Vasily Kolobkov on 06/03/2016
Committer: Vasily Kolobkov on 06/03/2016
Spell todos right
TODO | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TODO b/TODO
index e2dd5cb..cfcb447 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-- Given a simingly unambiguous IMAP grammar, no left recursion, lack of
+- Given a seemingly unambiguous IMAP grammar, no left recursion, lack of
lexical structure and strict production priorities, a predictive PEG parser
seem like a good fit and would make all the tracking unnecessary. Might try
prototyping such an approach.