summaryrefslogtreecommitdiff
path: root/Modules/readme.txt
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2012-09-19 21:38:29 +0200
committerBrad King <brad.king@kitware.com>2012-09-28 09:20:38 -0400
commit6508a8c804264304ee9db4e9239857fa1c663989 (patch)
tree302edb93ec0b5313f06ab6377bbb8b0c5079b962 /Modules/readme.txt
parent65a30c69a2f895321e692edb4a1d0de9a2114d6d (diff)
downloadcmake-6508a8c804264304ee9db4e9239857fa1c663989.tar.gz
Modules/readme.txt: fix typo
Alex
Diffstat (limited to 'Modules/readme.txt')
-rw-r--r--Modules/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/readme.txt b/Modules/readme.txt
index 7d61d8d273..ab5eaa1eb8 100644
--- a/Modules/readme.txt
+++ b/Modules/readme.txt
@@ -124,7 +124,7 @@ If neither the QUIET nor REQUIRED options are given then the
FindXXX.cmake module should look for the package and complain without
error if the module is not found.
-A package can be provide sub-components.
+A package can provide sub-components.
Those components can be listed after the COMPONENTS (or REQUIRED)
or OPTIONAL_COMPONENTS keywords. The set of all listed components will be
specified in a XXX_FIND_COMPONENTS variable.