From add6166fadfb18819495624a9f99f01ef4ddbdb4 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 15 Oct 2013 10:18:26 -0600 Subject: [PATCH] Adding noun re PR13885 --- racket/collects/pkg/lib.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/collects/pkg/lib.rkt b/racket/collects/pkg/lib.rkt index 2c2f0c7d96..54f7e37ea0 100644 --- a/racket/collects/pkg/lib.rkt +++ b/racket/collects/pkg/lib.rkt @@ -1399,7 +1399,7 @@ "in different scopes " "") pkg conflicting-pkg (pretty-module-path mp)) - (pkg-error (~a "package conflicts with existing installed\n" + (pkg-error (~a "package conflicts with existing installed module\n" " package: ~a\n" " module path: ~s") pkg (pretty-module-path mp))))]