summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-08-24 18:23:52 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-08-24 18:23:52 (GMT)
commit4f7731d814d4228165c70ec9fd6b580e5541ddc6 (patch)
treee06d56354598d6364c272c000cc5b9ed128d3ad1 /Source/cmTarget.cxx
parent6d4a3053e63e00f0b0d002ddecd81ff489c97355 (diff)
parentee949d8871ababb7bde5c03b9ac77c4b15b3f786 (diff)
downloadCMake-4f7731d814d4228165c70ec9fd6b580e5541ddc6.zip
CMake-4f7731d814d4228165c70ec9fd6b580e5541ddc6.tar.gz
CMake-4f7731d814d4228165c70ec9fd6b580e5541ddc6.tar.bz2
Merge topic 'minor-docs-fixes'
ee949d8 Remove duplicate 'of' from docs. ecc1acb Remove incorrect doc string for link type enum 805f5e5 Fix some typos in the docs. 389d423 Add missing whitespace to docs.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 775662c..48811c8 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -903,7 +903,7 @@ void cmTarget::DefineProperties(cmake *cm)
"Build an executable with a WinMain entry point on windows.",
"When this property is set to true the executable when linked "
"on Windows will be created with a WinMain() entry point instead "
- "of of just main()."
+ "of just main(). "
"This makes it a GUI executable instead of a console application. "
"See the CMAKE_MFC_FLAG variable documentation to configure use "
"of MFC for WinMain executables. "