summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-19 15:13:01 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-19 15:13:01 (GMT)
commit8c77fe55dcdbb7c75b963f39444d9e939e6b66f3 (patch)
tree4745ad4478cbe09000c23f138cc466f737b02e14 /Source/cmFindPackageCommand.h
parent3d862c44f1be74c28858f7b3932b9f17fc551d20 (diff)
downloadCMake-8c77fe55dcdbb7c75b963f39444d9e939e6b66f3.zip
CMake-8c77fe55dcdbb7c75b963f39444d9e939e6b66f3.tar.gz
CMake-8c77fe55dcdbb7c75b963f39444d9e939e6b66f3.tar.bz2
STYLE: fix some typos, nicer debug output
Alex
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index 9126c72..ad7e9d6 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -66,7 +66,7 @@ public:
{
return
" FIND_PACKAGE(<name> [major.minor] [QUIET] [NO_MODULE]\n"
- " [[REQUIRED|COMPONENTS] [componets...]])\n"
+ " [[REQUIRED|COMPONENTS] [components...]])\n"
"Finds and loads settings from an external project. <name>_FOUND will "
"be set to indicate whether the package was found. Settings that "
"can be used when <name>_FOUND is true are package-specific. The "