From 3ae7c60b1395fe25971f683828241e7fac8cb40b Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 27 Mar 2019 10:56:15 -0700 Subject: [PATCH] Update src/wasmtime.rs Fix spelling error. Co-Authored-By: sunfishcode --- src/wasmtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasmtime.rs b/src/wasmtime.rs index 09a22bd650..b50c8d5c24 100644 --- a/src/wasmtime.rs +++ b/src/wasmtime.rs @@ -250,7 +250,7 @@ fn main() { ); // FIXME: Also recognize "env", for compatibility with clang/llvm 8.0. And use - // "__wasi_" prefixes for compaitility with prototype reference-sysroot. + // "__wasi_" prefixes for compatibility with prototype reference-sysroot. let global_exports = context.get_global_exports(); context.name_instance( "env".to_owned(),