summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-08-19 20:05:16 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-08-19 21:31:09 (GMT)
commit805f5e5c1e32c878b63e10f167e667a05a460f3e (patch)
treee1f78c5f6057a712903fe9fa7829dac1b9e38c76
parent389d42317743952e2e78393601c20b826ce95d30 (diff)
downloadCMake-805f5e5c1e32c878b63e10f167e667a05a460f3e.zip
CMake-805f5e5c1e32c878b63e10f167e667a05a460f3e.tar.gz
CMake-805f5e5c1e32c878b63e10f167e667a05a460f3e.tar.bz2
Fix some typos in the docs.
s/static the static/the static/ Make Visual Studio capitalized.
-rw-r--r--Source/cmDocumentVariables.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 05ef8fc..943d219 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -827,9 +827,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"