File tree 1 file changed +2
-2
lines changed
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):
226
226
# For compatibility with `emsdk --embedded` mode also look two levels up. The
227
227
# layout of the emsdk puts emcc two levels below emsdk. For example:
228
228
# - emsdk/upstream/emscripten/emcc
229
- # - emsdk/emscipten /1.38.31/emcc
229
+ # - emsdk/emscripten /1.38.31/emcc
230
230
# However `emsdk --embedded` stores the config file in the emsdk root.
231
231
# Without this check, when emcc is run from within the emsdk in embedded mode
232
232
# 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
234
234
# one.
235
235
# We could remove this special case if emsdk were to write its embedded config
236
236
# file into the emscripten directory itself.
You can’t perform that action at this time.
0 commit comments