diff --git a/veilid-core/src/rpc_processor/operation_waiter.rs b/veilid-core/src/rpc_processor/operation_waiter.rs index f7c7bd00..3a2e38ed 100644 --- a/veilid-core/src/rpc_processor/operation_waiter.rs +++ b/veilid-core/src/rpc_processor/operation_waiter.rs @@ -150,7 +150,7 @@ where Ok(()) } - /// Wait for opeation to complete + /// Wait for operation to complete pub async fn wait_for_op( &self, mut handle: OperationWaitHandle,