interpreter.ts: Typo functions

This commit is contained in:
Christian Clauss
2022-05-04 18:07:52 +02:00
committed by GitHub
parent 9011f86d40
commit 4cef872a6a

View File

@@ -422,7 +422,7 @@ const loadInterpreter = async function (): Promise<any> {
stderr: console.log,
});
// now that we loaded, add additional convenience fuctions
// now that we loaded, add additional convenience functions
console.log('loading micropip');
await pyodide.loadPackage('micropip');
console.log('loading pyscript module');