From 93868c073132860b3e86532522ae89ac0a32f4db Mon Sep 17 00:00:00 2001 From: Abdulaziz Ghuloum Date: Mon, 12 Nov 2007 11:37:11 -0500 Subject: [PATCH] * Fixed spelling of "auxiliary" in an error message. --- scheme/psyntax.expander.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/psyntax.expander.ss b/scheme/psyntax.expander.ss index 52ae664..b778afa 100644 --- a/scheme/psyntax.expander.ss +++ b/scheme/psyntax.expander.ss @@ -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)