From 00bca213399ee2c4f3b9b135e410d761f4af838f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 16 Jun 2010 01:35:27 -0400 Subject: [PATCH] Typo in error message --- collects/meta/web/common/layout.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/web/common/layout.rkt b/collects/meta/web/common/layout.rkt index 6228c41f5e..4e121b3bcf 100644 --- a/collects/meta/web/common/layout.rkt +++ b/collects/meta/web/common/layout.rkt @@ -23,7 +23,7 @@ (let ([f (and id (symbol->string (force id)))]) (cond [(and f (regexp-match #rx"[.]" f)) f] [(and f sfx) (string-append f (regexp-replace #rx"^[.]?" sfx "."))] - [else (error 'who "missing `#:file', or `#:id'~a" + [else (error who "missing `#:file', or `#:id'~a" (if sfx "" " and `#:suffix'"))]))) ;; The following are not intended for direct use, see