diff --git a/crates/wiggle/tests/wasi.rs b/crates/wiggle/tests/wasi.rs index 823d5f84da..8847959aa2 100644 --- a/crates/wiggle/tests/wasi.rs +++ b/crates/wiggle/tests/wasi.rs @@ -14,7 +14,7 @@ wiggle::from_witx!({ // The only test in this file is to verify that the witx document provided by the // proc macro in the `metadata` module is equal to the document on the disk. #[test] -fn document_equivelant() { +fn document_equivalent() { let macro_doc = metadata::document(); let disk_doc = witx::load(&["tests/wasi.witx"]).expect("load wasi.witx from disk");