We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3ac2f2 + a62c671 commit c5469cfCopy full SHA for c5469cf
1 file changed
src/bootstrap/bootstrap.py
@@ -696,7 +696,7 @@ def download_toolchain(self):
696
for download_info in tarballs_download_info:
697
download_component(download_info)
698
699
- # Unpack the tarballs in parallle.
+ # Unpack the tarballs in parallel.
700
# In Python 2.7, Pool cannot be used as a context manager.
701
pool_size = min(len(tarballs_download_info), get_cpus())
702
if self.verbose:
0 commit comments