Typo in error message
This commit is contained in:
parent
89a2ff451e
commit
0ded7e4e26
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user