diff options
author | Lucien Gentis <lgentis@apache.org> | 2009-08-20 16:24:14 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2009-08-20 16:24:14 +0200 |
commit | babfab081c38ab84379f614165d71e7f69c2253f (patch) | |
tree | 3d3ea97d252541839808d9bee2f0934d78289b20 | |
parent | Updates. (diff) | |
download | apache2-babfab081c38ab84379f614165d71e7f69c2253f.tar.xz apache2-babfab081c38ab84379f614165d71e7f69c2253f.zip |
Two typos correction.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806186 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/platform/windows.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 58ee82d478..3aa7d2c9a2 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -192,7 +192,7 @@ should use. This is the maximum number of connections the server can handle at once, so be sure to set this number high enough for your site if you get a lot of hits. The recommended default is - <code>ThreadsPerChild 150</code>, but this mut be adjusted to + <code>ThreadsPerChild 150</code>, but this must be adjusted to reflect the greatest anticipated number of simultanious connections to accept.</p></li> @@ -201,7 +201,7 @@ may interpret backslashes as an "escape character" sequence, you should consistently use forward slashes in path names, not backslashes. Drive letters can be used; if omitted, the drive - of the SystemRoot direcive (or -d command line option) becomes + of the SystemRoot directive (or -d command line option) becomes the default.</p></li> <li><p>While filenames are generally case-insensitive on |