From 418092c5d25ce8a262d206e7fe691733663b379c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 14 Oct 2022 21:17:34 +0200 Subject: Fix minor errors. --- module/scripts/peg-to-graph.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/scripts/peg-to-graph.scm') diff --git a/module/scripts/peg-to-graph.scm b/module/scripts/peg-to-graph.scm index e2a829f9..afd7a4c3 100755 --- a/module/scripts/peg-to-graph.scm +++ b/module/scripts/peg-to-graph.scm @@ -40,7 +40,7 @@ (unique-symbols (list body))))))) (define (main . args) - (define options (getopt-long (cons "peg-to-graph" argrs) + (define options (getopt-long (cons "peg-to-graph" args) (getopt-opt option-spec))) (define engine (option-ref options 'engine "dot")) (define output-file (option-ref options 'output "lex2.pdf")) -- cgit v1.2.3