Skip to content

Commit 3bde060

Browse files
authored
Fix a typo (#1251)
1 parent c88612d commit 3bde060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emsdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,7 @@ def print_tools(t):
30563056
return 1
30573057

30583058
if LINUX and ARCH == 'arm64' and args != ['latest']:
3059-
errlog('WARNING: arm64-linux binaries are not availble for all releases.')
3059+
errlog('WARNING: arm64-linux binaries are not available for all releases.')
30603060
errlog('See https://github.com/emscripten-core/emsdk/issues/547')
30613061

30623062
for t in args:

0 commit comments

Comments
 (0)