* Fixed spelling of "auxiliary" in an error message.
This commit is contained in:
parent
a11cd5be48
commit
93868c0731
|
@ -1712,7 +1712,7 @@
|
||||||
accessor* aux-accessor*))))])))
|
accessor* aux-accessor*))))])))
|
||||||
|
|
||||||
(define incorrect-usage-macro
|
(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
|
(define parameterize-transformer ;;; go away
|
||||||
(lambda (e r mr)
|
(lambda (e r mr)
|
||||||
|
|
Loading…
Reference in New Issue