diff options
author | David Cole <david.cole@kitware.com> | 2012-08-24 18:23:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-08-24 18:23:52 (GMT) |
commit | 4f7731d814d4228165c70ec9fd6b580e5541ddc6 (patch) | |
tree | e06d56354598d6364c272c000cc5b9ed128d3ad1 /Source/cmDocumentVariables.cxx | |
parent | 6d4a3053e63e00f0b0d002ddecd81ff489c97355 (diff) | |
parent | ee949d8871ababb7bde5c03b9ac77c4b15b3f786 (diff) | |
download | CMake-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/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index c2197f2..0ee7759 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -841,9 +841,9 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "Tell cmake to use MFC for an executable or dll.", "This can be set in a CMakeLists.txt file and will " "enable MFC in the application. It should be set " - "to 1 for static the static MFC library, and 2 for " - "the shared MFC library. This is used in visual " - "studio 6 and 7 project files. The CMakeSetup " + "to 1 for the static MFC library, and 2 for " + "the shared MFC library. This is used in Visual " + "Studio 6 and 7 project files. The CMakeSetup " "dialog used MFC and the CMakeLists.txt looks like this:\n" " add_definitions(-D_AFXDLL)\n" " set(CMAKE_MFC_FLAG 2)\n" |