* Fixed typo in "incorrect number of arguments" (added "s").
This commit is contained in:
parent
327e6e9371
commit
7783cef318
|
@ -58,7 +58,7 @@
|
|||
|
||||
(define $incorrect-args-error-handler
|
||||
(lambda (p n)
|
||||
(error 'apply "incorrect number of argument" n p)))
|
||||
(error 'apply "incorrect number of arguments" n p)))
|
||||
|
||||
(define $multiple-values-error
|
||||
(lambda args
|
||||
|
|
Loading…
Reference in New Issue