diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2012-11-07 14:17:32 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-07 13:51:50 -0500 |
commit | 965de974b24ecafc420885eff68a3917471ff181 (patch) | |
tree | cc4394640499e8ec66fc287d10bc13de8111b17f /Source/cmFunctionCommand.h | |
parent | 56a687d1730ef09284dae86435e788d5c5b63b54 (diff) | |
download | cmake-965de974b24ecafc420885eff68a3917471ff181.tar.gz |
Documentation: Correct typos and grammar
Diffstat (limited to 'Source/cmFunctionCommand.h')
-rw-r--r-- | Source/cmFunctionCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFunctionCommand.h b/Source/cmFunctionCommand.h index 730a7a760e..0c0fd2671b 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." |