mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Fixed typo in error message (A. Hefner)
This commit is contained in:
parent
d4fcc7f9c7
commit
f636863165
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
(err nil))
|
||||
((null tail)
|
||||
(when (and err (not allow-other-keys))
|
||||
(error "They key ~s is not allowed" err)))
|
||||
(error "The key ~s is not allowed" err)))
|
||||
(if (atom tail)
|
||||
(error "keyword list is not a proper list")
|
||||
(setq head (car tail) tail (cdr tail)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue