diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:48:30 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:48:30 (GMT) |
commit | bc9703b695c77c152e04d62903a8ab91494f4e1c (patch) | |
tree | e950ff0f63797f1c6729ba20bb0aa4adb3136ac7 /Source/cmFindPackageCommand.cxx | |
parent | 879f2f98fec41d89dce20dbcffce597ae534a3ba (diff) | |
download | CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.zip CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.tar.gz CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.tar.bz2 |
STYLE: fix typos in the docs
Alex
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-rw-r--r-- | Source/cmFindPackageCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx index 5b61180..10d96a1 100644 --- a/Source/cmFindPackageCommand.cxx +++ b/Source/cmFindPackageCommand.cxx @@ -169,7 +169,7 @@ cmFindPackageCommand::cmFindPackageCommand() "numbers. " "Package version numbers are checked by \"version\" files provided by " "the packages themselves. " - "For a candidate package confguration file \"<config-file>.cmake\" the " + "For a candidate package configuration file \"<config-file>.cmake\" the " "corresponding version file is located next to it and named either " "\"<config-file>-version.cmake\" or \"<config-file>Version.cmake\". " "If no such version file is available then the configuration file " |