Author: hartmannathan
Date: Mon Aug 19 01:23:32 2024
New Revision: 1920008
URL: http://svn.apache.org/viewvc?rev=1920008&view=rev
Log:
On the cmake branch: Fix typos in INSTALL sections about CMake
* INSTALL
(Chapter II, "INSTALLATION"): Fix three typos.
(Chapter II, Section F "Building using CMake"): Was mistakenly called
Section E. Renaming to section F.
Modified:
subversion/branches/cmake/INSTALL
Modified: subversion/branches/cmake/INSTALL
URL:
http://svn.apache.org/viewvc/subversion/branches/cmake/INSTALL?rev=1920008&r1=1920007&r2=1920008&view=diff
==============================================================================
--- subversion/branches/cmake/INSTALL (original)
+++ subversion/branches/cmake/INSTALL Mon Aug 19 01:23:32 2024
@@ -682,13 +682,13 @@ II. INSTALLATION
- Visual Studio vcproj, for Windows builds
- CMake, for both Unix and Windows
- The first two have been in use since 2001. Sections A-E below descibe
+ The first two have been in use since 2001. Sections A-E below describe
the classic build system.
The CMake build system was created in 2024 and is still under
development. It will be included in Subversion 1.15 and is expected to
- be the default build system starting with Subversion 1.16. Section Fi
- below describe the CMake build system.
+ be the default build system starting with Subversion 1.16. Section F
+ below describes the CMake build system.
A. Building from a Tarball
------------------------------
@@ -1204,7 +1204,7 @@ II. INSTALLATION
C:>cd ..
- E. Building using CMake
+ F. Building using CMake
--------------------
Get the sources, either a release tarball or by checking out the