summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorAmitha Perera <perera@cs.rpi.edu>2008-01-10 03:09:19 (GMT)
committerAmitha Perera <perera@cs.rpi.edu>2008-01-10 03:09:19 (GMT)
commit4d9259c15b345263705e028092dca2c09a13a220 (patch)
treee5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmTarget.cxx
parentacb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff)
downloadCMake-4d9259c15b345263705e028092dca2c09a13a220.zip
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 14922c7..4f0c5ac 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -54,7 +54,7 @@ void cmTarget::DefineProperties(cmake *cm)
cm->DefineProperty
("CLEAN_DIRECT_OUTPUT", cmProperty::TARGET,
- "Do not delete other varients of this target.",
+ "Do not delete other variants of this target.",
"When a library is built CMake by default generates code to remove "
"any existing library using all possible names. This is needed "
"to support libraries that switch between STATIC and SHARED by "
@@ -65,7 +65,7 @@ void cmTarget::DefineProperties(cmake *cm)
cm->DefineProperty
("COMPILE_FLAGS", cmProperty::TARGET,
- "Additional flags to yse when compiling this target's sources.",
+ "Additional flags to use when compiling this target's sources.",
"The COMPILE_FLAGS property sets additional compiler flags used "
"to build sources within the target. It may also be used to pass "
"additional preprocessor definitions.");
@@ -84,7 +84,7 @@ void cmTarget::DefineProperties(cmake *cm)
cm->DefineProperty
("DEBUG_POSTFIX", cmProperty::TARGET,
"A postfix that will be applied to this target when build debug.",
- "A property on a target that sepcifies a postfix to add to the "
+ "A property on a target that specifies a postfix to add to the "
"target name when built in debug mode. For example foo.dll "
"versus fooD.dll");
@@ -175,7 +175,7 @@ void cmTarget::DefineProperties(cmake *cm)
("LOCATION", cmProperty::TARGET,
"Where a target will be written on disk.",
"A read only property on a target that indicates where that target "
- "will be written. For libraries and execuatables this will be where "
+ "will be written. For libraries and executables this will be where "
"the file is written on disk. This property is computed based on a "
"number of other settings.");