summaryrefslogtreecommitdiffstats
path: root/Source/cmFunctionCommand.h
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2012-11-07 13:17:32 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-07 18:51:50 (GMT)
commit965de974b24ecafc420885eff68a3917471ff181 (patch)
treecc4394640499e8ec66fc287d10bc13de8111b17f /Source/cmFunctionCommand.h
parent56a687d1730ef09284dae86435e788d5c5b63b54 (diff)
downloadCMake-965de974b24ecafc420885eff68a3917471ff181.zip
CMake-965de974b24ecafc420885eff68a3917471ff181.tar.gz
CMake-965de974b24ecafc420885eff68a3917471ff181.tar.bz2
Documentation: Correct typos and grammar
Diffstat (limited to 'Source/cmFunctionCommand.h')
-rw-r--r--Source/cmFunctionCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFunctionCommand.h b/Source/cmFunctionCommand.h
index 730a7a7..0c0fd26 100644
--- a/Source/cmFunctionCommand.h
+++ b/Source/cmFunctionCommand.h
@@ -90,7 +90,7 @@ public:
"will have the actual values of the arguments passed in. This "
"facilitates creating functions with optional arguments. Additionally "
"ARGV holds the list of all arguments given to the function and ARGN "
- "holds the list of argument past the last expected argument."
+ "holds the list of arguments past the last expected argument."
"\n"
"See the cmake_policy() command documentation for the behavior of "
"policies inside functions."