Skip to content

Commit 6bcdd8a

Browse files
committed
Typo
1 parent ae3bf0c commit 6bcdd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emscripten.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def get_callstack(flags):
308308
# Pseudo-synchronous, requires ASYNCIFY
309309
def wget(url, file):
310310
return emscripten_wget(url.encode('UTF-8'), file.encode('UTF-8'))
311-
# emscripten.wget('/hello', '/hello'); open('/hell','rb').read()
311+
# emscripten.wget('/hello', '/hello'); open('/hello','rb').read()
312312
# Notes:
313313
# - FS error if file already exists
314314
# - Download indicator showing up not going away

0 commit comments

Comments
 (0)