summaryrefslogtreecommitdiffstats
path: root/.pytool/Plugin/DependencyCheck/DependencyCheck.py
diff options
context:
space:
mode:
Diffstat (limited to '.pytool/Plugin/DependencyCheck/DependencyCheck.py')
-rw-r--r--.pytool/Plugin/DependencyCheck/DependencyCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pytool/Plugin/DependencyCheck/DependencyCheck.py b/.pytool/Plugin/DependencyCheck/DependencyCheck.py
index db154d769a..07c5682d95 100644
--- a/.pytool/Plugin/DependencyCheck/DependencyCheck.py
+++ b/.pytool/Plugin/DependencyCheck/DependencyCheck.py
@@ -55,7 +55,7 @@ class DependencyCheck(ICiBuildPlugin):
overall_status = 0
# Get current platform
- abs_pkg_path = Edk2pathObj.GetAbsolutePathOnThisSytemFromEdk2RelativePath(packagename)
+ abs_pkg_path = Edk2pathObj.GetAbsolutePathOnThisSystemFromEdk2RelativePath(packagename)
# Get INF Files
INFFiles = self.WalkDirectoryForExtension([".inf"], abs_pkg_path)