Skip to content

Commit 88c2c95

Browse files
authored
Fix spelling in README.md (#1305)
1 parent bfda0d0 commit 88c2c95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ important concepts to help understanding the internals of the SDK:
4848
## System Requirements
4949

5050
Using the emsdk pre-compiled packages requires only the minimal set of
51-
dependenencies lists below. When building from source a wider set of tools
51+
dependencies lists below. When building from source a wider set of tools
5252
include git, cmake, and a host compiler are required. See:
5353
https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html.
5454

@@ -67,8 +67,8 @@ https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html.
6767
- `python`: Version 2.7.0 or above.
6868
- `java`: For running closure compiler (optional)
6969

70-
The emsdk pre-compiled binaries are built aginst Ubuntu/Xenial 16.04 LTS and
71-
therefore depend on system libraries compatiable with versions of `glibc` and
70+
The emsdk pre-compiled binaries are built against Ubuntu/Xenial 16.04 LTS and
71+
therefore depend on system libraries compatible with versions of `glibc` and
7272
`libstdc++` present in that release. If your linux distribution is very old
7373
you may not be able to use the pre-compiled binaries packages.
7474

0 commit comments

Comments
 (0)