diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2010-08-06 17:48:47 -0700 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-09 08:48:31 -0400 |
commit | 2cde67a78123a4e59390f7aa2030ea8ff9e206d2 (patch) | |
tree | 094b604d36feff4280f416ece24d862c5889f2fd /Modules/UsePkgConfig.cmake | |
parent | 7c20f7b244c98b177e0eca13b3617c83d4691a77 (diff) | |
download | cmake-2cde67a78123a4e59390f7aa2030ea8ff9e206d2.tar.gz |
Modules: Fix spelling 'To distributed' -> 'To distribute'
Diffstat (limited to 'Modules/UsePkgConfig.cmake')
-rw-r--r-- | Modules/UsePkgConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/UsePkgConfig.cmake b/Modules/UsePkgConfig.cmake index e8194d5d2f..d101e61d00 100644 --- a/Modules/UsePkgConfig.cmake +++ b/Modules/UsePkgConfig.cmake @@ -20,7 +20,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the License for more information. #============================================================================= -# (To distributed this file outside of CMake, substitute the full +# (To distribute this file outside of CMake, substitute the full # License text for the above reference.) FIND_PROGRAM(PKGCONFIG_EXECUTABLE NAMES pkg-config ) |