diff --git a/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs b/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs index d168378d..3895e44a 100644 --- a/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs +++ b/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs @@ -46,7 +46,7 @@ impl ExternalCircuitEnv { }) } - /// Register a foreign function to a registed plugin + /// Register a foreign function to a registered plugin pub fn register_function( &mut self, name: &str, diff --git a/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs b/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs index 3defe8fe..9b59027a 100644 --- a/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs +++ b/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs @@ -68,7 +68,7 @@ impl Checkpoint { // return value: // Ordering::Greater: at least one of transaction is overflow // Ordering::Equal: all transactions are full - // Ordering::Less : no transaction overflow and at least one of transacion is not full + // Ordering::Less : no transaction overflow and at least one of transaction is not full fn transactions_group_number_ordering( &self, applied_transactions_group_number: &HashMap,