From affa5e15a0e8dd488b835a77332d3d09bca3b03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 16 Nov 2017 17:35:26 +0100 Subject: [PATCH] Fixes #4 (spelling error) --- it.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.rkt b/it.rkt index 3e0207f..770db4c 100644 --- a/it.rkt +++ b/it.rkt @@ -7,5 +7,5 @@ (λ (stx) (raise-syntax-error 'it - "Use of the \"it\" identifier is only allowd within anaphoric macros." + "Use of the \"it\" identifier is only allowed within anaphoric macros." stx))) \ No newline at end of file