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:
@@ -54,7 +54,7 @@ filegroup(
|
||||
|
||||
filegroup(name = "empty")
|
||||
|
||||
# dlmalloc.bc is implictly added by the emscripten toolchain
|
||||
# dlmalloc.bc is implicitly added by the emscripten toolchain
|
||||
cc_library(name = "malloc")
|
||||
|
||||
emscripten_cc_toolchain_config_rule(
|
||||
|
||||
Reference in New Issue
Block a user