summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Makefiles/NmakeSubdirs.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Makefiles/NmakeSubdirs.py')
-rw-r--r--BaseTools/Source/C/Makefiles/NmakeSubdirs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Makefiles/NmakeSubdirs.py b/BaseTools/Source/C/Makefiles/NmakeSubdirs.py
index 30a481613e..356f5aca63 100644
--- a/BaseTools/Source/C/Makefiles/NmakeSubdirs.py
+++ b/BaseTools/Source/C/Makefiles/NmakeSubdirs.py
@@ -104,7 +104,7 @@ class ThreadControl(object):
while len(self.running) > 0:
time.sleep(0.1)
if self.error:
- print("subprocess not exit sucessfully")
+ print("subprocess not exit successfully")
print(self.errorMsg)
def startTask(self):