[cmake-developers] [PATCH] Fix typo in set_target_properties' documentation.

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Sep 22 22:04:14 EDT 2011


our -> or
---
 Source/cmSetTargetPropertiesCommand.h |    2 +-
 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 "
-- 
1.7.6.1




More information about the cmake-developers mailing list