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 @@ -265,8 +265,8 @@ def generate_config(path, first_time=False):
265
265
# 4. Fall back users home directory (~/.emscripten).
266
266
267
267
embedded_config = path_from_root ('.emscripten' )
268
- # For compatability with emsdk --embedded mode also look two levels up. This
269
- # could be removed in emsdk was use the emscripten directory itself for the
268
+ # For compatibility with emsdk --embedded mode also look two levels up. This
269
+ # could be removed if emsdk was to use the emscripten directory itself for the
270
270
# embedded config: https://github.com/emscripten-core/emsdk/pull/367
271
271
emsdk_root = os .path .dirname (os .path .dirname (__rootpath__ ))
272
272
emsdk_embedded_config = os .path .join (emsdk_root , '.emscripten' )
You can’t perform that action at this time.
0 commit comments