summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-01 20:30:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-03-01 20:30:32 (GMT)
commitbb745612bc40aa6d2473f3a5fc2cd45db3a16761 (patch)
treede77c5d857850a8b19f4ba6aef7be5c35b1ba957 /Source
parent1eca67e12df5d2a86eab61e364dff4b3bc54916d (diff)
parent7c5e412c4aa65557c1d59881447d368405801c40 (diff)
downloadCMake-bb745612bc40aa6d2473f3a5fc2cd45db3a16761.zip
CMake-bb745612bc40aa6d2473f3a5fc2cd45db3a16761.tar.gz
CMake-bb745612bc40aa6d2473f3a5fc2cd45db3a16761.tar.bz2
Merge topic 'doc-typo-fixes'
7c5e412 Documentation: Fix a few typos (#11883)
Diffstat (limited to 'Source')
-rw-r--r--Source/cmPolicies.cxx2
-rw-r--r--Source/cmTarget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 2d1f792..37070b6 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -453,7 +453,7 @@ cmPolicies::cmPolicies()
"Starting with CMake 2.8.4, if a cmake-module shipped with CMake (i.e. "
"located in the CMake module directory) calls include() or "
"find_package(), the files located in the the CMake module directory are "
- "prefered over the files in CMAKE_MODULE_PATH. "
+ "preferred over the files in CMAKE_MODULE_PATH. "
"This makes sure that the modules belonging to "
"CMake always get those files included which they expect, and against "
"which they were developed and tested. "
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index b0e20ba..3b1f016 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -326,7 +326,7 @@ public:
*/
bool FindSourceFiles();
- ///! Return the prefered linker language for this target
+ ///! Return the preferred linker language for this target
const char* GetLinkerLanguage(const char* config = 0);
///! Return the rule variable used to create this type of target,