summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-09-26 15:24:39 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-09-26 15:24:39 (GMT)
commit26f079044d07f68e19ac821bc2bd06027e534d8f (patch)
treee14eaf9d6685048e1895474f193b92a2ee12714f /Source
parent0bf12af36c4f4998efe77e62ee14455aa7a1a4fd (diff)
parentf8c77fa97b0dc7d6c55a15d980f123f2e41cef40 (diff)
downloadCMake-26f079044d07f68e19ac821bc2bd06027e534d8f.zip
CMake-26f079044d07f68e19ac821bc2bd06027e534d8f.tar.gz
CMake-26f079044d07f68e19ac821bc2bd06027e534d8f.tar.bz2
Merge topic 'doc-set_target_properties-typo'
f8c77fa Fix typo in set_target_properties' documentation.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index feead00..320378d 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -92,7 +92,7 @@ public:
"If not set here then it is set to target_EXPORTS by default "
"(with some substitutions if the target is not a valid C "
"identifier). This is useful for headers to know whether they are "
- "being included from inside their library our outside to properly "
+ "being included from inside their library or outside to properly "
"setup dllexport/dllimport decorations. "
"The COMPILE_FLAGS property sets additional compiler flags used "
"to build sources within the target. It may also be used to pass "