From 220ed57fdd1ab269a468c0c03cd4d46b072a0b0b Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sat, 14 Oct 2023 17:39:12 +0000 Subject: [PATCH] Fix opeation in operation_waiter.rs comment This fixes a typo of "opeation" for "operation" in a comment in veilid-core/src/rpc_processor/operation_waiter.rs. --- veilid-core/src/rpc_processor/operation_waiter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,