From 74ac8cc0e81272b52f66b3e259e497fa628ab49d Mon Sep 17 00:00:00 2001 From: Dionna Glaze Date: Mon, 9 Dec 2024 18:42:33 +0000 Subject: BaseTools: Typo fixes Some in error messages, some in local variable names. Signed-off-by: Dionna Glaze --- BaseTools/Source/Python/AutoGen/PlatformAutoGen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BaseTools/Source/Python/AutoGen') diff --git a/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py b/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py index dac8145..e80203d 100644 --- a/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py +++ b/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py @@ -190,9 +190,9 @@ class PlatformAutoGen(AutoGen): Ma.CreateMakeFile(CreateModuleMakeFile, FfsCommand[key]) else: Ma.CreateMakeFile(CreateModuleMakeFile) - self.CreateLibModuelDirs() + self.CreateLibModuleDirs() - def CreateLibModuelDirs(self): + def CreateLibModuleDirs(self): # No need to create makefile for the platform more than once. if self.MakeFileName: return -- cgit v1.1