diff --git a/rpc-client/src/nonblocking/rpc_client.rs b/rpc-client/src/nonblocking/rpc_client.rs index 3bf4462ea..d45cd7894 100644 --- a/rpc-client/src/nonblocking/rpc_client.rs +++ b/rpc-client/src/nonblocking/rpc_client.rs @@ -1463,7 +1463,7 @@ impl RpcClient { /// /// If the transaction has been processed with the default commitment level, /// and the transaction succeeded, this method returns `Ok(Some(Ok(())))`. - /// If the transaction has peen processed with the default commitment level, + /// If the transaction has been processed with the default commitment level, /// and the transaction failed, this method returns `Ok(Some(Err(_)))`, /// where the interior error is type [`TransactionError`]. /// @@ -1683,7 +1683,7 @@ impl RpcClient { /// /// If the transaction has been processed with the given commitment level, /// and the transaction succeeded, this method returns `Ok(Some(Ok(())))`. - /// If the transaction has peen processed with the given commitment level, + /// If the transaction has been processed with the given commitment level, /// and the transaction failed, this method returns `Ok(Some(Err(_)))`, /// where the interior error is type [`TransactionError`]. /// @@ -1759,7 +1759,7 @@ impl RpcClient { /// /// If the transaction has been processed with the given commitment level, /// and the transaction succeeded, this method returns `Ok(Some(Ok(())))`. - /// If the transaction has peen processed with the given commitment level, + /// If the transaction has been processed with the given commitment level, /// and the transaction failed, this method returns `Ok(Some(Err(_)))`, /// where the interior error is type [`TransactionError`]. /// diff --git a/rpc-client/src/rpc_client.rs b/rpc-client/src/rpc_client.rs index b559f47dd..528fdf2d7 100644 --- a/rpc-client/src/rpc_client.rs +++ b/rpc-client/src/rpc_client.rs @@ -1194,7 +1194,7 @@ impl RpcClient { /// /// If the transaction has been processed with the default commitment level, /// and the transaction succeeded, this method returns `Ok(Some(Ok(())))`. - /// If the transaction has peen processed with the default commitment level, + /// If the transaction has been processed with the default commitment level, /// and the transaction failed, this method returns `Ok(Some(Err(_)))`, /// where the interior error is type [`TransactionError`]. /// @@ -1395,7 +1395,7 @@ impl RpcClient { /// /// If the transaction has been processed with the given commitment level, /// and the transaction succeeded, this method returns `Ok(Some(Ok(())))`. - /// If the transaction has peen processed with the given commitment level, + /// If the transaction has been processed with the given commitment level, /// and the transaction failed, this method returns `Ok(Some(Err(_)))`, /// where the interior error is type [`TransactionError`]. /// @@ -1462,7 +1462,7 @@ impl RpcClient { /// /// If the transaction has been processed with the given commitment level, /// and the transaction succeeded, this method returns `Ok(Some(Ok(())))`. - /// If the transaction has peen processed with the given commitment level, + /// If the transaction has been processed with the given commitment level, /// and the transaction failed, this method returns `Ok(Some(Err(_)))`, /// where the interior error is type [`TransactionError`]. ///