From 33905fa5b19ed0a9d9bb876b73b76b223c97af6b Mon Sep 17 00:00:00 2001 From: Mike Buhot Date: Thu, 28 Mar 2019 19:35:36 +1000 Subject: [PATCH] Fix typo in Readme mitiation -> mitigation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8223c73d6c5a..45d26e642f1d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ There are Rust, C, and C++ toolchains that can compile programs with WASI. See tutorial on compiling and running programs using WASI and wasmtime, as well as an overview of the filesystem sandboxing system. -Wasmtime does not yet implement Spectre mitiations, such as those being +Wasmtime does not yet implement Spectre mitigations, such as those being pioneered [by](https://www.wasmjit.org/blog/spectre-mitigations-part-1.html) [wasmjit](https://www.wasmjit.org/blog/spectre-mitigations-part-2.html), however this is a subject of ongoing research.