From ad9de1f325b2f0244b45d08e5f2415cbba083792 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. --- 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 dbc7d0245c..ca4f1f870b 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)