Fix typos discovered by codespell (#1496)

# https://pypi.org/project/codespell
% `codespell`
```
./emsdk.py:1459: thier ==> their
./test/test.bat:1: equivilent ==> equivalent
./test/test.py:198: Specificlly ==> Specifically
./scripts/update_bazel_workspace.py:2: revisons ==> revisions
./scripts/update_node.py:11: direcotry ==> directory
./bazel/emscripten_toolchain/BUILD.bazel:57: implictly ==> implicitly
./docker/Dockerfile:87: terninal ==> terminal
```
This commit is contained in:
Christian Clauss
2024-12-06 18:26:36 +01:00
committed by GitHub
parent c7d78534d2
commit ac2adfeac4
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
:: equivilent of test.sh as windows bat file
:: equivalent of test.sh as windows bat file
set PATH=%PATH%;%PYTHON_BIN%
CALL emsdk install latest
CALL emsdk activate latest

View File

@@ -195,7 +195,7 @@ int main() {
check_call(upstream_emcc + ' hello_world.c')
def test_closure(self):
# Specificlly test with `--closure` so we know that node_modules is working
# Specifically test with `--closure` so we know that node_modules is working
check_call(upstream_emcc + ' hello_world.c --closure=1')
def test_specific_version(self):