From a1c1a80d2ea14895e8c8b6f20cedf23462847531 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 6 Feb 2009 17:46:45 +0000 Subject: [PATCH] typo svn: r13468 --- collects/web-server/scribblings/servlet-env.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/servlet-env.scrbl b/collects/web-server/scribblings/servlet-env.scrbl index 5d41f3e248..533771f502 100644 --- a/collects/web-server/scribblings/servlet-env.scrbl +++ b/collects/web-server/scribblings/servlet-env.scrbl @@ -195,7 +195,7 @@ If you want to use @scheme[serve/servlet] in a start up script for a Web server, It starts a server using the result of @scheme[make-dispatcher] as the dispatcher. @scheme[make-dispatcher] is supplied a semaphore that if posted, will cause the server to quit. - If @scheme[launch-path] is not false, then a browser is launch with that path appended to the URL to the server itself. + If @scheme[launch-path] is not false, then a browser is launched with that path appended to the URL to the server itself. If @scheme[banner?] is true, then a banner is printed informing the user of the server's URL.