Typo in error message

This commit is contained in:
Eli Barzilay 2013-02-12 01:52:03 -05:00
parent 89a2ff451e
commit 0ded7e4e26

View File

@ -14,7 +14,7 @@ exec racket "$0" "$@"
(define installer
(match (current-command-line-arguments)
[(vector installer) installer]
[(vector _ ...) (err "usage: test-installer <instalelr-file-name>")]))
[(vector _ ...) (err "usage: test-installer <installer-file-name>")]))
(define (exe name [just-path? #f])
(define path (or (find-executable-path name)