fix typo in error message

This commit is contained in:
Ryan Culpepper 2018-10-15 10:50:37 +02:00
parent 48f7082bdc
commit 2166c56179

View File

@ -887,7 +887,7 @@
(define p (build-path (cc-path cc) v))
(unless (or (file-exists? p)
(bytecode-file-exists? p))
(error "installer file does not exista: " p)))))
(error "installer file does not exist: " p)))))
(define installer
(with-handlers ([exn:fail?
(lambda (exn)