aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-08-20 08:33:48 -0700
committerDan Gohman <sunfish@mozilla.com>2015-08-20 08:33:48 -0700
commitdccbd24b6b36c2ffad997709bc47fa37cd4e4cab (patch)
tree7fecba64780564e121a475231ec9956ee49c5d5e /FAQ.md
parentb59cd90e2600607f4ba39a1abb6b519b94a90b50 (diff)
downloadnanowasm-design-dccbd24b6b36c2ffad997709bc47fa37cd4e4cab.tar.gz
Fix typo.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index d5603ad..c02c61d 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -257,5 +257,5 @@ omission is:
efficient security checks to prevent one module from corrupting data outside
its heap (see discussion in [#285](https://github.com/WebAssembly/design/pull/285)).
* This interleaving would require making allocation nondeterministic and
- nondeterminism is something that WebAssemgly generally
+ nondeterminism is something that WebAssembly generally
[tries to avoid](Nondeterminism.md).