diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 19:41:10 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 19:41:10 (GMT) |
commit | 25b26ae808fc449f0b18cad37d74a1d021f0d753 (patch) | |
tree | da91e5c876d6752656a06ea130937a18802e603f /Source/cmMacroCommand.h | |
parent | 034218935651bbc5e64171aea010d7df0612e535 (diff) | |
download | CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.zip CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.tar.gz CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmMacroCommand.h')
-rw-r--r-- | Source/cmMacroCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMacroCommand.h b/Source/cmMacroCommand.h index 26d0f85..c7a4d3e 100644 --- a/Source/cmMacroCommand.h +++ b/Source/cmMacroCommand.h @@ -99,7 +99,7 @@ public: "the variable ARGC which will be set to the number of arguments " "passed into the function as well as ARGV0 ARGV1 ARGV2 ... which " "will have the actual values of the arguments passed in. This " - "fascilitates creating macros with optional arguments. Additionally " + "facilitates creating macros with optional arguments. Additionally " "ARGV holds the list of all arguments given to the macro and ARGN " "holds the list of argument pass the last expected argument."; } |