summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
diff options
context:
space:
mode:
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()