diff --git a/src/rpc/methods/eth.rs b/src/rpc/methods/eth.rs index 7cff8202bde..3f3434a2029 100644 --- a/src/rpc/methods/eth.rs +++ b/src/rpc/methods/eth.rs @@ -3058,7 +3058,7 @@ impl RpcMethod<1> for EthGetFilterChanges { const API_PATHS: BitFlags = ApiPaths::all(); const PERMISSION: Permission = Permission::Write; const DESCRIPTION: Option<&'static str> = - Some("Returns event logs which occured since the last poll"); + Some("Returns event logs which occurred since the last poll"); type Params = (FilterID,); type Ok = EthFilterResult;