From d196c0332fbac17140091c223da7b7673c49efe4 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 7 Jun 2007 22:28:40 +0000 Subject: [PATCH] Typo svn: r6531 --- collects/web-server/docs/reference/running.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/web-server/docs/reference/running.scrbl b/collects/web-server/docs/reference/running.scrbl index 9aa222f4d9..b56fdf06f6 100644 --- a/collects/web-server/docs/reference/running.scrbl +++ b/collects/web-server/docs/reference/running.scrbl @@ -56,7 +56,7 @@ dispatcher. See @file{run.ss} for an example of such a script. [#:initial-connection-timeout initial-connection-timeout integer? 60]) (-> void)]{ Calls @scheme[serve] multiple times, once for each @scheme[port], and returns - a function that shutdowns all of the server instances. + a function that shuts down all of the server instances. } @defproc[(serve/ips+ports [#:dispatch dispatch dispatcher?] @@ -66,7 +66,7 @@ dispatcher. See @file{run.ss} for an example of such a script. [#:initial-connection-timeout initial-connection-timeout integer? 60]) (-> void)]{ Calls @scheme[serve/ports] multiple times, once for each @scheme[ip], and returns - a function that shutdowns all of the server instances. + a function that shuts down all of the server instances. } @defproc[(do-not-return) void]{