* Fixed typo in "incorrect number of arguments" (added "s").

This commit is contained in:
Abdulaziz Ghuloum 2007-11-06 17:29:25 -05:00
parent 327e6e9371
commit 7783cef318
1 changed files with 1 additions and 1 deletions

View File

@ -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