Error message typo.

original commit: ad9de1f325b2f0244b45d08e5f2415cbba083792
This commit is contained in:
Vincent St-Amour 2013-04-04 15:53:00 -04:00
parent 352284953b
commit 63073640d7

View File

@ -72,7 +72,7 @@
[(list? t) (for-each loop t)]
[(not (custodian? t))
(raise-type-error
who "thread, custodian, or a list of threads/csutodians" to-track)]
who "thread, custodian, or a list of threads/custodians" to-track)]
;; test that it's subordinate
[(with-handlers ([exn:fail:contract? (λ (_) #t)])
(custodian-managed-list t super-cust) #f)