diff --git a/racket/lib/collects/pkg/lib.rkt b/racket/lib/collects/pkg/lib.rkt index eee0c4d5f8..4659c51aff 100644 --- a/racket/lib/collects/pkg/lib.rkt +++ b/racket/lib/collects/pkg/lib.rkt @@ -1289,7 +1289,7 @@ (or (let ([s (i 'collection ;; default will change from 'multi to 'use-pkg-name: - (lambda () 'multix))]) + (lambda () 'multi))]) (unless (or (string? s) (eq? s 'multi) (eq? s 'use-pkg-name))