Skip to content

Commit 338aaf9

Browse files
committed
Fix typos in comment. NFC
1 parent 1c40702 commit 338aaf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ def generate_config(path):
226226
# For compatibility with `emsdk --embedded` mode also look two levels up. The
227227
# layout of the emsdk puts emcc two levels below emsdk. For example:
228228
# - emsdk/upstream/emscripten/emcc
229-
# - emsdk/emscipten/1.38.31/emcc
229+
# - emsdk/emscripten/1.38.31/emcc
230230
# However `emsdk --embedded` stores the config file in the emsdk root.
231231
# Without this check, when emcc is run from within the emsdk in embedded mode
232232
# and the user forgets to first run `emsdk_env.sh` (which sets EM_CONFIG) emcc
233-
# will not see any config file at all and fall back to creating a new/emtpy
233+
# will not see any config file at all and fall back to creating a new/empty
234234
# one.
235235
# We could remove this special case if emsdk were to write its embedded config
236236
# file into the emscripten directory itself.

0 commit comments

Comments
 (0)