From 4e70fa5cbfef6020f04fdc30adef409fb3d5a6cd Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Wed, 29 Apr 2015 15:05:00 -0400 Subject: [PATCH] CPack: Fix typo in CPACK_INSTALL_CMAKE_PROJECTS docs (#15543) --- Modules/CPack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index 532596dc9..e223286da 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -228,7 +228,7 @@ # # List of four values that specify what project to install. The four values # are: Build directory, Project Name, Project Component, Directory. If -# omitted, CPack will build an installer that installers everything. +# omitted, CPack will build an installer that installs everything. # # .. variable:: CPACK_SYSTEM_NAME #