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:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# This script will update emsdk/bazel/revisons.bzl to the latest version of
|
||||
# This script will update emsdk/bazel/revisions.bzl to the latest version of
|
||||
# emscripten. It reads emsdk/emscripten-releases-tags.json to get the latest
|
||||
# version number. Then, it downloads the prebuilts for that version and computes
|
||||
# the sha256sum for the archive. It then puts all this information into the
|
||||
|
||||
Reference in New Issue
Block a user