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)