From f0e32c5f715a39b23407a7c0ee6f2ea9ef28788c Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 7 Aug 2020 10:19:07 -0700 Subject: [PATCH] Fix typo (#2114) --- crates/wiggle/tests/wasi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");