diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2007-08-17 22:24:19 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2007-08-17 22:24:19 +0200 |
commit | 8b7a4b0c16367644cc917bd14a0da4a7bc5c7276 (patch) | |
tree | 683ed12233e7a87378d15b35d65264974d3affa2 | |
parent | Sync, mostly side effects of addition of korean language pages. (diff) | |
download | apache2-8b7a4b0c16367644cc917bd14a0da4a7bc5c7276.tar.xz apache2-8b7a4b0c16367644cc917bd14a0da4a7bc5c7276.zip |
Pedantic corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567128 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/platform/win_compiling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index ee64420fa1..633252cc80 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -69,7 +69,7 @@ </li> <li> - <p>The Windows Platform SDK for Visual C 6.0 (97) or 7.0 (.NET)</p> + <p>The Windows Platform SDK for Visual C++ 6.0 (97) or 7.0 (.NET)</p> <p>Apache's APR and APR-util builds require an updated Microsoft Windows Platform SDK, from Feb 2003 or later, included in the @@ -82,7 +82,7 @@ <p>The Platform SDK files distributed with Visual C++ 6.0 and Visual Studio .NET (2000) are no longer sufficient and cause many - compilation warnings and linkage errors. Users of Visual C++ 8.0 + compilation warnings and linkage errors. Users of Visual C++ 7.1 (Studio 2003) and later versions (of the full product, not the 'Visual Studio Express' flavor) may skip this requirement.</p> |