From 5a1483aa60ce32d3c2f155d3f90e0982f547073e Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Tue, 24 Dec 2024 18:53:52 +0100 Subject: [PATCH] typo fix Update mod.rs --- crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs b/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs index b24b6d15..f1344aaa 100644 --- a/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs +++ b/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs @@ -617,7 +617,7 @@ impl Monitor for TablePlugin { instruction, ); - // Since we cannot get return value now, we store the incompete event + // Since we cannot get return value now, we store the incomplete event // and fix later. if matches!(step_info, StepInfo::CallHost { .. }) || matches!(step_info, StepInfo::ExternalHostCall { .. })