Browse Source

cmFindCommon: Fix typo in PackageName_ROOT path label

Brad King 8 years ago
parent
commit
cca8454ee5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmFindCommon.cxx

+ 1 - 1
Source/cmFindCommon.cxx

@@ -11,7 +11,7 @@
 
 
 cmFindCommon::PathGroup cmFindCommon::PathGroup::All("ALL");
 cmFindCommon::PathGroup cmFindCommon::PathGroup::All("ALL");
 cmFindCommon::PathLabel cmFindCommon::PathLabel::PackageRoot(
 cmFindCommon::PathLabel cmFindCommon::PathLabel::PackageRoot(
-  "PacakgeName_ROOT");
+  "PackageName_ROOT");
 cmFindCommon::PathLabel cmFindCommon::PathLabel::CMake("CMAKE");
 cmFindCommon::PathLabel cmFindCommon::PathLabel::CMake("CMAKE");
 cmFindCommon::PathLabel cmFindCommon::PathLabel::CMakeEnvironment(
 cmFindCommon::PathLabel cmFindCommon::PathLabel::CMakeEnvironment(
   "CMAKE_ENVIRONMENT");
   "CMAKE_ENVIRONMENT");