From de53685ae2f4711271734219fbecc4cd713c08b3 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 19 Sep 2006 18:40:19 +0000 Subject: [PATCH] sperber svn: r4388 --- collects/web-server/private/configuration.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/web-server/private/configuration.ss b/collects/web-server/private/configuration.ss index b8e7dd4fce..36337db62d 100644 --- a/collects/web-server/private/configuration.ss +++ b/collects/web-server/private/configuration.ss @@ -225,7 +225,7 @@ (provide/contract [build-configuration (configuration-table? host-table? . -> . configuration?)] [complete-configuration (path? configuration-table? . -> . configuration?)] - [complete-developer-configuration (string? configuration-table? . -> . configuration?)]) + [complete-developer-configuration (path? configuration-table? . -> . configuration?)]) ; XXX contract (provide complete-developer-configuration/vhosts)