aboutsummaryrefslogtreecommitdiff
path: root/module/scripts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-14 21:17:34 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 23:28:34 +0200
commit418092c5d25ce8a262d206e7fe691733663b379c (patch)
tree4f06116e067501d86adb4d0e04a869291c041a64 /module/scripts
parentChange gettext '_' to 'G_'. (diff)
downloadcalp-418092c5d25ce8a262d206e7fe691733663b379c.tar.gz
calp-418092c5d25ce8a262d206e7fe691733663b379c.tar.xz
Fix minor errors.
Diffstat (limited to 'module/scripts')
-rwxr-xr-xmodule/scripts/peg-to-graph.scm2
1 files changed, 1 insertions, 1 deletions
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"))