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.
1 parent c88612d commit 3bde060Copy full SHA for 3bde060
emsdk.py
@@ -3056,7 +3056,7 @@ def print_tools(t):
3056
return 1
3057
3058
if LINUX and ARCH == 'arm64' and args != ['latest']:
3059
- errlog('WARNING: arm64-linux binaries are not availble for all releases.')
+ errlog('WARNING: arm64-linux binaries are not available for all releases.')
3060
errlog('See https://github.com/emscripten-core/emsdk/issues/547')
3061
3062
for t in args:
0 commit comments