type (PR9535)

svn: r10419
This commit is contained in:
Eli Barzilay 2008-06-23 06:42:43 +00:00
parent 24f54b8dcc
commit 1ffd3f5ba0

View File

@ -252,7 +252,7 @@
#f #f
(if (keyword? (syntax-e (car p))) (if (keyword? (syntax-e (car p)))
"unrecognized struct-specification keyword" "unrecognized struct-specification keyword"
"expected a struct-spefication keyword") "expected a struct-specification keyword")
stx stx
(car p))]))) (car p))])))