Fix a typo

This commit is contained in:
Alex Crichton
2021-01-14 14:37:44 -08:00
parent 703762c49e
commit bc9f10115d

View File

@@ -308,7 +308,7 @@ impl Instance {
bail!("cross-`Engine` instantiation is not currently supported"); bail!("cross-`Engine` instantiation is not currently supported");
} }
// Perform some pre-flight checks before we geet into the meat of // Perform some pre-flight checks before we get into the meat of
// instantiation. // instantiation.
let expected = module.compiled_module().module().imports().count(); let expected = module.compiled_module().module().imports().count();
if expected != imports.len() { if expected != imports.len() {