From fb0b35e05f772bd415fe264267bbbcde2e0accda Mon Sep 17 00:00:00 2001 From: Antoine Coeur Date: Wed, 6 Feb 2019 15:44:39 +0800 Subject: BaseTools: Various typo Various typo in BaseTools. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur Reviewed-by: Liming Gao --- BaseTools/Source/Python/Workspace/InfBuildData.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BaseTools/Source/Python/Workspace/InfBuildData.py') diff --git a/BaseTools/Source/Python/Workspace/InfBuildData.py b/BaseTools/Source/Python/Workspace/InfBuildData.py index fc779a9d25..6148ab0d30 100644 --- a/BaseTools/Source/Python/Workspace/InfBuildData.py +++ b/BaseTools/Source/Python/Workspace/InfBuildData.py @@ -205,7 +205,7 @@ class InfBuildData(ModuleBuildClassObject): ## Retrieve all information in [Defines] section # - # (Retriving all [Defines] information in one-shot is just to save time.) + # (Retrieving all [Defines] information in one-shot is just to save time.) # @cached_class_function def _GetHeaderInfo(self): @@ -816,7 +816,7 @@ class InfBuildData(ModuleBuildClassObject): RetVal[Arch, ModuleType] = TemporaryDictionary[Arch, ModuleType] return RetVal - ## Retrieve depedency expression + ## Retrieve dependency expression @cached_property def DepexExpression(self): RetVal = tdict(False, 2) -- cgit v1.2.3