From 63073640d73fed9b3f07063a4d63872e8fcabb4d Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 4 Apr 2013 15:53:00 -0400 Subject: [PATCH] Error message typo. original commit: ad9de1f325b2f0244b45d08e5f2415cbba083792 --- collects/profile/sampler.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profile/sampler.rkt b/collects/profile/sampler.rkt index dbc7d02..ca4f1f8 100644 --- a/collects/profile/sampler.rkt +++ b/collects/profile/sampler.rkt @@ -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)