Author: hartmannathan
Date: Wed Jun 11 16:16:47 2025
New Revision: 1926362
URL: http://svn.apache.org/viewvc?rev=1926362&view=rev
Log:
Follow-up to r1926360: Fix typo in comment
* CMakeLists.txt
(): s/souroces/sources/
Modified:
subversion/trunk/CMakeLists.txt
Modified: subversion/trunk/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/subversion/trunk/CMakeLists.txt?rev=1926362&r1=1926361&r2=1926362&view=diff
==============================================================================
--- subversion/trunk/CMakeLists.txt (original)
+++ subversion/trunk/CMakeLists.txt Wed Jun 11 16:16:47 2025
@@ -289,7 +289,7 @@ else()
endif()
endif()
-# APR and APR-Util include directories must be available to all our souroces,
+# APR and APR-Util include directories must be available to all our sources,
# not just those that happen to link with one or the other of these libraries.
get_target_property(_apr_include external-apr INTERFACE_INCLUDE_DIRECTORIES)
get_target_property(_apu_include external-aprutil
INTERFACE_INCLUDE_DIRECTORIES)