Skip to content

Commit f3994ed

Browse files
committed
Fix typo
1 parent 16f8054 commit f3994ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Platforms/emscripten/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_build_paths(cross_build_dir=None, emsdk_cache=None):
7979

8080
def validate_emsdk_version(emsdk_cache):
8181
"""Validate that the emsdk cache contains the required emscripten version."""
82-
if emsdk_cahce is None:
82+
if emsdk_cache is None:
8383
return
8484
required_version = required_emscripten_version()
8585
emsdk_env = emsdk_activate_path(emsdk_cache)

0 commit comments

Comments
 (0)