diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-09-23 02:04:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-09-23 12:16:08 (GMT) |
commit | f8c77fa97b0dc7d6c55a15d980f123f2e41cef40 (patch) | |
tree | 0271c7465641439e945e9b822e4f69e53e8967e3 /Source/cmSetTargetPropertiesCommand.h | |
parent | cfc6e01851b58ba61faecbf085d123294e5a78f4 (diff) | |
download | CMake-f8c77fa97b0dc7d6c55a15d980f123f2e41cef40.zip CMake-f8c77fa97b0dc7d6c55a15d980f123f2e41cef40.tar.gz CMake-f8c77fa97b0dc7d6c55a15d980f123f2e41cef40.tar.bz2 |
Fix typo in set_target_properties' documentation.
our -> or
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | 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 " |