Skip to content

Commit bb27346

Browse files
committed
feedback
1 parent de01380 commit bb27346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/shared.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ def generate_config(path, first_time=False):
265265
# 4. Fall back users home directory (~/.emscripten).
266266

267267
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
270270
# embedded config: https://github.com/emscripten-core/emsdk/pull/367
271271
emsdk_root = os.path.dirname(os.path.dirname(__rootpath__))
272272
emsdk_embedded_config = os.path.join(emsdk_root, '.emscripten')

0 commit comments

Comments
 (0)