Author: dsahlberg Date: Fri Oct 4 06:00:56 2024 New Revision: 1921101 URL: http://svn.apache.org/viewvc?rev=1921101&view=rev Log: Fix spelling in option description
* CMakeList.txt (option(SVN_INSTALL_PRIVATE_H)): s/Instal/Instal/ Modified: subversion/trunk/CMakeLists.txt Modified: subversion/trunk/CMakeLists.txt URL: http://svn.apache.org/viewvc/subversion/trunk/CMakeLists.txt?rev=1921101&r1=1921100&r2=1921101&view=diff ============================================================================== --- subversion/trunk/CMakeLists.txt (original) +++ subversion/trunk/CMakeLists.txt Fri Oct 4 06:00:56 2024 @@ -91,7 +91,7 @@ option(SVN_ENABLE_FS_BASE "Enable Subver option(SVN_ENABLE_NLS "Enable gettext functionality" OFF) option(SVN_ENABLE_AUTH_KWALLET "Enable KWallet authentification library" OFF) -option(SVN_INSTALL_PRIVATE_H "Instal private header files." OFF) +option(SVN_INSTALL_PRIVATE_H "Install private header files." OFF) # Configuration option(BUILD_SHARED_LIBS "Build using shared libraries" ON)