BaseTools: Fix various typos
Fix various typos in BaseTools. Signed-off-by: Cœur <coeur@gmx.fr> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
committed by
Feng, Bob C
parent
d031fc07eb
commit
2d53d54a5b
@ -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):
|
||||
|
Reference in New Issue
Block a user