cs: fix typo in dump-memory-stats error message

This commit is contained in:
Matthew Flatt 2020-10-06 19:23:17 -06:00
parent 716e6d9435
commit c471e3192b

View File

@ -474,7 +474,7 @@
(raise-arguments-error who "bad 'every value" "given" every-n))
(loop (cddr args) flags max-path-length every-n))]
[else
(raise-arguments-error who "unreognized argument;\n try 'help for more information" "given" (car args))])))]))
(raise-arguments-error who "unrecognized argument;\n try 'help for more information" "given" (car args))])))]))
(define (make-struct-name-predicate name)
(lambda (o)