diff --git a/src/ludus/parser.clj b/src/ludus/parser.clj index c8dacce..bc543b9 100644 --- a/src/ludus/parser.clj +++ b/src/ludus/parser.clj @@ -92,7 +92,7 @@ type (::token/type curr)] (if (contains? tokens type) {:success true :parser (advance parser)} - {:success false :paser (panic (advance parser) message)} + {:success false :parser (panic (advance parser) message)} ))) (defn- accept [tokens parser]