diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index d2d294d9040..9301c5a2ff3 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -152,7 +152,7 @@ def run(args, verbose=False, exception=False, is_bootstrap=False, **kwargs): if verbose: print("running: " + ' '.join(args)) sys.stdout.flush() - # Ensure that the .exe is used on Windoows just in case a Linux ELF has been + # Ensure that the .exe is used on Windows just in case a Linux ELF has been # compiled in the same directory. if os.name == 'nt' and not args[0].endswith('.exe'): args[0] += '.exe'