BaseTools: fix various typos

This commit is the first in a series of multiple commits to fix various
typos in the code, originating mostly from copy&paste over the years.

Most of them only affect documentation and not code.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster 2025-11-04 08:24:54 +01:00 committed by mergify[bot]
parent a057414566
commit e0184abff1
2 changed files with 3 additions and 3 deletions

View file

@ -1850,7 +1850,7 @@ class ModuleAutoGen(AutoGen):
if lines:
DependencyFileSet.update(lines)
# Caculate all above dependency files hash
# Calculate all above dependency files hash
# Initialze hash object
FileList = []
m = hashlib.md5()
@ -1905,7 +1905,7 @@ class ModuleAutoGen(AutoGen):
DependencyFileSet.update(rt)
# Caculate all above dependency files hash
# Calculate all above dependency files hash
# Initialze hash object
FileList = []
m = hashlib.md5()

View file

@ -1588,7 +1588,7 @@ class DscBuildData(PlatformBuildClassObject):
S_pcd_set = DscBuildData.OverrideByFdf(S_pcd_set,self.WorkspaceDir)
S_pcd_set = DscBuildData.OverrideByComm(S_pcd_set)
# Create a tool to caculate structure pcd value
# Create a tool to calculate structure pcd value
Str_Pcd_Values = self.GenerateByteArrayValue(S_pcd_set)
if Str_Pcd_Values: