From 060b48f0c69827f95c8433ee965656babf953e82 Mon Sep 17 00:00:00 2001 From: Greg Buchholz <89703236+gregbuchholz@users.noreply.github.com> Date: Sun, 26 Dec 2021 15:26:51 -0800 Subject: [PATCH] Correct typo in "emsdk help" message. (#959) When invoking "emsdk help", there is a typo/grammatical error in the second to last paragraph. See also: https://github.com/emscripten-core/emsdk/issues/957 --- emsdk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emsdk.py b/emsdk.py index b07856b..6695f71 100644 --- a/emsdk.py +++ b/emsdk.py @@ -2926,7 +2926,7 @@ def main(args): be sure to match the same --build= option to both 'install' and 'activate' commands and the invocation of 'emsdk_env', or otherwise these commands will default to operating on the default build type - which in and RelWithDebInfo.''') + which is RelWithDebInfo.''') print('''