From cca8454ee5006e622c551630011f63f87a5c9748 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 11 Jul 2017 08:15:21 -0400 Subject: cmFindCommon: Fix typo in PackageName_ROOT path label --- Source/cmFindCommon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v0.12