Typo in error message
This commit is contained in:
parent
a4726678ff
commit
00bca21339
|
@ -23,7 +23,7 @@
|
||||||
(let ([f (and id (symbol->string (force id)))])
|
(let ([f (and id (symbol->string (force id)))])
|
||||||
(cond [(and f (regexp-match #rx"[.]" f)) f]
|
(cond [(and f (regexp-match #rx"[.]" f)) f]
|
||||||
[(and f sfx) (string-append f (regexp-replace #rx"^[.]?" sfx "."))]
|
[(and f sfx) (string-append f (regexp-replace #rx"^[.]?" sfx "."))]
|
||||||
[else (error 'who "missing `#:file', or `#:id'~a"
|
[else (error who "missing `#:file', or `#:id'~a"
|
||||||
(if sfx "" " and `#:suffix'"))])))
|
(if sfx "" " and `#:suffix'"))])))
|
||||||
|
|
||||||
;; The following are not intended for direct use, see
|
;; The following are not intended for direct use, see
|
||||||
|
|
Loading…
Reference in New Issue
Block a user