From c5eaffd229eeaee613f0e8402e7c57a505df8076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Tue, 11 Jan 2022 21:37:12 +0200 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b83856c..601c9e3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Neither the wasm standard nor any sufficiently complex execution engine specifie This is the kind of indeterminism that can lead to consensus failures when used in a blockchain context. -To address this issue we can inject some code that meters the stack height at runtime and aborts the execution when it reaches a predefined limit. Choosing this limit suffciently small so that it is smaller than any what any reasonbly written execution engine would support solves the issue: All execution engines would reach the injected limit before hitting any implementation specific limitation. +To address this issue we can inject some code that meters the stack height at runtime and aborts the execution when it reaches a predefined limit. Choosing this limit suffciently small so that it is smaller than what any reasonably parameterized execution engine would support solves the issue: All execution engines would reach the injected limit before hitting any implementation specific limitation. ## License