diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 17:10:37 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 17:10:37 (GMT) |
commit | 0334c773160ad341afd6f483bfcbcaeca233ba26 (patch) | |
tree | 30a2fa6c35e1e90f8b23fce21b9eea006a1997ce /Source/cmGetTargetPropertyCommand.h | |
parent | bd45a7bb189828ebd844b8a2b401fcf24159c4e0 (diff) | |
download | CMake-0334c773160ad341afd6f483bfcbcaeca233ba26.zip CMake-0334c773160ad341afd6f483bfcbcaeca233ba26.tar.gz CMake-0334c773160ad341afd6f483bfcbcaeca233ba26.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.h')
-rw-r--r-- | Source/cmGetTargetPropertyCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h index 2f5a9d9..367d05e 100644 --- a/Source/cmGetTargetPropertyCommand.h +++ b/Source/cmGetTargetPropertyCommand.h @@ -54,7 +54,7 @@ public: return " GET_TARGET_PROPERTY(VAR target property)\n" "Get a property from a target. The value of the property is " - "stored in the variable VAR. If the property is not found, var " + "stored in the variable VAR. If the property is not found, VAR " "will be set to \"NOTFOUND\". Use SET_TARGET_PROPERTIES to set " "property values. Properties are usually used to control how " "a target is built.\n" |