diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-01-17 22:43:04 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-01-17 22:43:04 (GMT) |
commit | eccee212e1bf8dd29ff1111c3e67de4b8c215245 (patch) | |
tree | 1b59d369f8d7540e88061efb668ade610ce3996f /Source/cmFindBase.cxx | |
parent | a3e53fcfa2cbc6123a65be82d85a1587aabb163d (diff) | |
download | CMake-eccee212e1bf8dd29ff1111c3e67de4b8c215245.zip CMake-eccee212e1bf8dd29ff1111c3e67de4b8c215245.tar.gz CMake-eccee212e1bf8dd29ff1111c3e67de4b8c215245.tar.bz2 |
STYLE: fix typo (#6252)
Alex
Diffstat (limited to 'Source/cmFindBase.cxx')
-rw-r--r-- | Source/cmFindBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindBase.cxx b/Source/cmFindBase.cxx index 63a589b..3803c2e 100644 --- a/Source/cmFindBase.cxx +++ b/Source/cmFindBase.cxx @@ -26,7 +26,7 @@ cmFindBase::cmFindBase() " FIND_XXX(<VAR> name1 path1 path2 ...)\n" "This is the short-hand signature for the command that " "is sufficient in many cases. It is the same " - "as FIND_XXX(<VAR> name1 PATHS path2 path2 ...)\n" + "as FIND_XXX(<VAR> name1 PATHS path1 path2 ...)\n" " FIND_XXX(\n" " <VAR>\n" " name | NAMES name1 [name2 ...]\n" |