summaryrefslogtreecommitdiffstats
path: root/Source/cmGetSourceFilePropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 17:10:37 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 17:10:37 (GMT)
commit0334c773160ad341afd6f483bfcbcaeca233ba26 (patch)
tree30a2fa6c35e1e90f8b23fce21b9eea006a1997ce /Source/cmGetSourceFilePropertyCommand.h
parentbd45a7bb189828ebd844b8a2b401fcf24159c4e0 (diff)
downloadCMake-0334c773160ad341afd6f483bfcbcaeca233ba26.zip
CMake-0334c773160ad341afd6f483bfcbcaeca233ba26.tar.gz
CMake-0334c773160ad341afd6f483bfcbcaeca233ba26.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmGetSourceFilePropertyCommand.h')
-rw-r--r--Source/cmGetSourceFilePropertyCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetSourceFilePropertyCommand.h b/Source/cmGetSourceFilePropertyCommand.h
index b413abc..b720ab1 100644
--- a/Source/cmGetSourceFilePropertyCommand.h
+++ b/Source/cmGetSourceFilePropertyCommand.h
@@ -54,7 +54,7 @@ public:
return
" GET_SOURCE_FILE_PROPERTY(VAR file property)\n"
"Get a property from a source file. 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_SOURCE_FILES_PROPERTIES to set "
"property values. Source file properties usually control how the "
"file is built.";