summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
diff options
context:
space:
mode:
authorPhilipp Schuster <philipp.schuster@cyberus-technology.de>2025-11-04 10:24:54 +0300
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-11-22 00:49:59 +0300
commite0184abff13fccd9df69bb44fa9edbd4062cc99e (patch)
tree0b0b81d0dfc0b9192d0456a2bd34099456b84812 /BaseTools/Source/Python/AutoGen
parenta05741456683623554419debf7e18fc551790b9f (diff)
downloadedk2-e0184abff13fccd9df69bb44fa9edbd4062cc99e.tar.xz
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>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen')
-rwxr-xr-xBaseTools/Source/Python/AutoGen/ModuleAutoGen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/AutoGen/ModuleAutoGen.py b/BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
index 764c51789b..c358d7f0e3 100755
--- a/BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
+++ b/BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
@@ -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()