Skip to content

Commit 9ac4a4e

Browse files
ChrisDentonmcol
andauthored
Fix typo in src/bootstrap/bootstrap.py
Co-authored-by: Marco Colombo <[email protected]>
1 parent b1541ff commit 9ac4a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def run(args, verbose=False, exception=False, is_bootstrap=False, **kwargs):
152152
if verbose:
153153
print("running: " + ' '.join(args))
154154
sys.stdout.flush()
155-
# Ensure that the .exe is used on Windoows just in case a Linux ELF has been
155+
# Ensure that the .exe is used on Windows just in case a Linux ELF has been
156156
# compiled in the same directory.
157157
if os.name == 'nt' and not args[0].endswith('.exe'):
158158
args[0] += '.exe'

0 commit comments

Comments
 (0)