docs: fix simple typo, convinience -> convenience (#975)

There is a small typo in pyodide_build/pywasmcross.py.

Should read `convenience` rather than `convinience`.
This commit is contained in:
Tim Gates 2020-12-30 12:42:35 +11:00 committed by GitHub
parent 8588b0a4d6
commit 3b534c3f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ def handle_command(line, args, dryrun=False):
module_name = Path(module_name).name.split(".")[0]
lapack_dir = arg.replace("-L", "")
# For convinience we determine needed scipy link libraries
# For convenience we determine needed scipy link libraries
# here, instead of in patch files
link_libs = ["F2CLIBS/libf2c.a", "blas_WA.a"]
if module_name in [