diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-07-31 06:22:18 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-07-31 06:22:18 -0400 |
commit | 121df27fa207a233677fbdc1a0ab738593cf280c (patch) | |
tree | d5c52027f6422b55d06a66019b6d452a0ff1a2fe /Source/cmFunctionCommand.h | |
parent | 8783f8d078ff0362d0175697d5341d762d8ab6a2 (diff) | |
download | cmake-121df27fa207a233677fbdc1a0ab738593cf280c.tar.gz |
DOCS: fix typo (see #9308)
Alex
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 ced8218990..cd377789be 100644 --- a/Source/cmFunctionCommand.h +++ b/Source/cmFunctionCommand.h @@ -104,7 +104,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 pass the last expected argument." + "holds the list of argument past the last expected argument." "\n" "See the cmake_policy() command documentation for the behavior of " "policies inside functions." |