diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 16:38:38 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 16:38:38 (GMT) |
commit | 1ccaa434cee75888ab2bd5611ff69c673803136e (patch) | |
tree | a08029f359253b029dadcc438944e553540fdba9 /Source/cmVariableRequiresCommand.h | |
parent | 99c9d77f213104cab263471a4e7c5e78ed5d2414 (diff) | |
download | CMake-1ccaa434cee75888ab2bd5611ff69c673803136e.zip CMake-1ccaa434cee75888ab2bd5611ff69c673803136e.tar.gz CMake-1ccaa434cee75888ab2bd5611ff69c673803136e.tar.bz2 |
Fix typo
Diffstat (limited to 'Source/cmVariableRequiresCommand.h')
-rw-r--r-- | Source/cmVariableRequiresCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVariableRequiresCommand.h b/Source/cmVariableRequiresCommand.h index ca3d66f..03f37ab 100644 --- a/Source/cmVariableRequiresCommand.h +++ b/Source/cmVariableRequiresCommand.h @@ -86,7 +86,7 @@ public: virtual const char* GetFullDocumentation() { return - "VARIABLE_REQUIRES(TEST_VARIBLE RESULT_VARIBLE " + "VARIABLE_REQUIRES(TEST_VARIABLE RESULT_VARIABLE " "REQUIRED_VARIABLE1 REQUIRED_VARIABLE2 ...) " "The first argument (TEST_VARIABLE) is the name of the varible to be " "tested, if that varible is false nothing else is done. If " |