This commit is contained in:
Vincent St-Amour 2011-04-24 10:41:39 -04:00
parent 253aff3e16
commit 41075df8d7

View File

@ -126,7 +126,7 @@
(define (bad-list who orig-l)
(raise-mismatch-error who
"not a propert list: "
"not a proper list: "
orig-l))
(define (bad-item who a orig-l)
(raise-mismatch-error who