Skip to content

Commit f091f73

Browse files
committed
typo
1 parent 1b2914e commit f091f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Current Trunk
4040
completely overriding the set of passes from the command line didn't make much
4141
sense.
4242
- Remove emterpreter and ``EMTERPRETIFY`` settings. Emterpreter has largerly
43-
been replaces by asyncify and is fastcomp only so due for removing in
43+
been replaced by asyncify and is fastcomp only so due for removing in
4444
the near future anyway.
4545

4646
v1.39.13: 04/17/2020

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7706,7 +7706,7 @@ def test_async(self):
77067706
printf("Hello");
77077707
emscripten_async_call(f, &i, 1);
77087708
printf("World");
7709-
emscripten_slepp(100);
7709+
emscripten_sleep(100);
77107710
printf("%d\n", i);
77117711
}
77127712
'''

0 commit comments

Comments
 (0)