File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments