* Fixed spelling of "auxiliary" in an error message.

This commit is contained in:
Abdulaziz Ghuloum 2007-11-12 11:37:11 -05:00
parent a11cd5be48
commit 93868c0731
1 changed files with 1 additions and 1 deletions

View File

@ -1712,7 +1712,7 @@
accessor* aux-accessor*))))])))
(define incorrect-usage-macro
(lambda (e) (stx-error e "incorrect usage of auxilary keyword")))
(lambda (e) (stx-error e "incorrect usage of auxiliary keyword")))
(define parameterize-transformer ;;; go away
(lambda (e r mr)