Explorar el Código

Minor typo in comments

Mathieu Malaterre hace 16 años
padre
commit
f1d4f951d6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Modules/InstallRequiredSystemLibraries.cmake

+ 2 - 2
Modules/InstallRequiredSystemLibraries.cmake

@@ -1,11 +1,11 @@
 # By including this file, all files in the CMAKE_INSTALL_DEBUG_LIBRARIES,
 # By including this file, all files in the CMAKE_INSTALL_DEBUG_LIBRARIES,
 # will be installed with INSTALL_PROGRAMS into /bin for WIN32 and /lib
 # 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
 # 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 
 # the variable CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS to use a custom install 
 # command and install them into any directory they want.
 # command and install them into any directory they want.
 # If it is the MSVC compiler, then the microsoft run
 # 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.  
 # CMAKE_INSTALL_DEBUG_LIBRARIES, and installed.  
 # If CMAKE_INSTALL_DEBUG_LIBRARIES is set and it is the MSVC
 # If CMAKE_INSTALL_DEBUG_LIBRARIES is set and it is the MSVC
 # compiler, then the debug libraries are installed when available.
 # compiler, then the debug libraries are installed when available.