summaryrefslogtreecommitdiffstats
path: root/Source/cmFindCommon.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-07-11 12:15:21 (GMT)
committerBrad King <brad.king@kitware.com>2017-07-11 13:11:19 (GMT)
commitcca8454ee5006e622c551630011f63f87a5c9748 (patch)
tree12ffc1cd239a14a015463fac5137fd42316af1e7 /Source/cmFindCommon.cxx
parent372de3f8039f69b3a2edcf7120083ec4097f8bd3 (diff)
downloadCMake-cca8454ee5006e622c551630011f63f87a5c9748.zip
CMake-cca8454ee5006e622c551630011f63f87a5c9748.tar.gz
CMake-cca8454ee5006e622c551630011f63f87a5c9748.tar.bz2
cmFindCommon: Fix typo in PackageName_ROOT path label
Diffstat (limited to 'Source/cmFindCommon.cxx')
-rw-r--r--Source/cmFindCommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindCommon.cxx b/Source/cmFindCommon.cxx
index 103e692..8c5686e 100644
--- a/Source/cmFindCommon.cxx
+++ b/Source/cmFindCommon.cxx
@@ -11,7 +11,7 @@
cmFindCommon::PathGroup cmFindCommon::PathGroup::All("ALL");
cmFindCommon::PathLabel cmFindCommon::PathLabel::PackageRoot(
- "PacakgeName_ROOT");
+ "PackageName_ROOT");
cmFindCommon::PathLabel cmFindCommon::PathLabel::CMake("CMAKE");
cmFindCommon::PathLabel cmFindCommon::PathLabel::CMakeEnvironment(
"CMAKE_ENVIRONMENT");