]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo
authorJim Jagielski <jim@apache.org>
Sun, 13 Jun 1999 20:06:42 +0000 (20:06 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 13 Jun 1999 20:06:42 +0000 (20:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83327 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 588508df2abe01be6580303e58c75ea57a23edd0..b43ec90dd8f3c2b0350cf0a50ed84d68c0ce59e3 100644 (file)
@@ -774,9 +774,9 @@ During startup, Apache does a <CODE>stat</CODE> of each
 <A HREF="#documentroot">DocumentRoot</A>
 to determine if the directory exists. If your server is
 configured with lots of DocumentRoot directives (for example,
-if you server numerous virtual hosts), this can <em>greatly</em> increase
+if you serve numerous virtual hosts), this can <em>greatly</em> increase
 the startup time. If you are sure that all the DocumentRoot
-entries exist, you can tell Apache to bypass this check using
+entries exist, you can tell Apache to bypass this check using:
 <BLOCKQUOTE><CODE>DocumentRootCheck Off</CODE></BLOCKQUOTE>