diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-26 06:42:46 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-26 06:42:46 (GMT) |
commit | 1410eef27a2634ec1d2a0c57a66fd783133cfbf8 (patch) | |
tree | 8ef7f557002a0abd9a2a9297fc51465d255104ff | |
parent | 831185510ec50e04235ed562670022230718b363 (diff) | |
download | CMake-1410eef27a2634ec1d2a0c57a66fd783133cfbf8.zip CMake-1410eef27a2634ec1d2a0c57a66fd783133cfbf8.tar.gz CMake-1410eef27a2634ec1d2a0c57a66fd783133cfbf8.tar.bz2 |
STYLE: fix typo
Alex
-rw-r--r-- | Modules/FindPkgConfig.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake index afae15c..34ef039 100644 --- a/Modules/FindPkgConfig.cmake +++ b/Modules/FindPkgConfig.cmake @@ -11,9 +11,9 @@ # when module(s) could not be found # # It sets the following variables: -# PKG_CONFIG_FOUND ... true iff pkg-config works on the system +# PKG_CONFIG_FOUND ... true if pkg-config works on the system # PKG_CONFIG_EXECUTABLE ... pathname of the pkg-config program -# <PREFIX>_FOUND ... set to 1 iff module(s) exist +# <PREFIX>_FOUND ... set to 1 if module(s) exist # # For the following variables two sets of values exist; first one is the # common one and has the given PREFIX. The second set contains flags |