Skip to content

Commit f7de028

Browse files
committed
Platforms/emscripten: fix typo "Succeded" -> "Succeeded"
Fix a spelling mistake in the print message in write_library_config().
1 parent e0f7c10 commit f7de028

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
@@ -341,7 +341,7 @@ def write_library_config(prefix, name, config, quiet):
341341
with cached_config.open("w") as f:
342342
json.dump(config, f)
343343
if not quiet:
344-
print(f"Succeded building {name}, wrote config to {cached_config}")
344+
print(f"Succeeded building {name}, wrote config to {cached_config}")
345345

346346

347347
@subdir("host_build_dir", clean_ok=True)

0 commit comments

Comments
 (0)