From 1410eef27a2634ec1d2a0c57a66fd783133cfbf8 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 26 Aug 2007 02:42:46 -0400 Subject: [PATCH] STYLE: fix typo Alex --- Modules/FindPkgConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake index afae15cb0..34ef039ac 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 -# _FOUND ... set to 1 iff module(s) exist +# _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