From 7a4d5b5ec67e22ff0006b592f9382799188b220e Mon Sep 17 00:00:00 2001 From: Zhenghao Lu <54395432+EmisonLu@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:39:46 +0800 Subject: [PATCH] Correct a spelling mistake (#11167) --- substrate/client/executor/wasmtime/src/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/client/executor/wasmtime/src/runtime.rs b/substrate/client/executor/wasmtime/src/runtime.rs index cbe1359d28..fa3b567cc0 100644 --- a/substrate/client/executor/wasmtime/src/runtime.rs +++ b/substrate/client/executor/wasmtime/src/runtime.rs @@ -386,7 +386,7 @@ pub struct Semantics { // I.e. if [`CodeSupplyMode::Verbatim`] is used. pub fast_instance_reuse: bool, - /// Specifiying `Some` will enable deterministic stack height. That is, all executor + /// Specifying `Some` will enable deterministic stack height. That is, all executor /// invocations will reach stack overflow at the exactly same point across different wasmtime /// versions and architectures. ///