summaryrefslogtreecommitdiffstats
path: root/Modules/InstallRequiredSystemLibraries.cmake
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2009-12-08 13:59:25 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2009-12-08 13:59:25 (GMT)
commitf1d4f951d625c0168c445eb6512463dcc2f4a0cf (patch)
treec2acd36c0907844325eab2a61765e424db134107 /Modules/InstallRequiredSystemLibraries.cmake
parentdd1a0c05621182b54d2ca0052843450d7ce986d3 (diff)
downloadCMake-f1d4f951d625c0168c445eb6512463dcc2f4a0cf.zip
CMake-f1d4f951d625c0168c445eb6512463dcc2f4a0cf.tar.gz
CMake-f1d4f951d625c0168c445eb6512463dcc2f4a0cf.tar.bz2
Minor typo in comments
Diffstat (limited to 'Modules/InstallRequiredSystemLibraries.cmake')
-rw-r--r--Modules/InstallRequiredSystemLibraries.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/InstallRequiredSystemLibraries.cmake b/Modules/InstallRequiredSystemLibraries.cmake
index 6f24cd6..9746809 100644
--- a/Modules/InstallRequiredSystemLibraries.cmake
+++ b/Modules/InstallRequiredSystemLibraries.cmake
@@ -1,11 +1,11 @@
# By including this file, all files in the CMAKE_INSTALL_DEBUG_LIBRARIES,
# will be installed with INSTALL_PROGRAMS into /bin for WIN32 and /lib
# for non-win32. If CMAKE_SKIP_INSTALL_RULES is set to TRUE before including
-# this file, then the INSTALL command is not called. The use can use
+# this file, then the INSTALL command is not called. The user can use
# the variable CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS to use a custom install
# command and install them into any directory they want.
# If it is the MSVC compiler, then the microsoft run
-# time libraries will be found add automatically added to the
+# time libraries will be found and automatically added to the
# CMAKE_INSTALL_DEBUG_LIBRARIES, and installed.
# If CMAKE_INSTALL_DEBUG_LIBRARIES is set and it is the MSVC
# compiler, then the debug libraries are installed when available.