From 4b332e4db9010cbc01a85458e18f7804d106ac92 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Sun, 8 Sep 2024 22:39:11 +0200 Subject: [PATCH] typo fix --- commons/zenoh-macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/zenoh-macros/src/lib.rs b/commons/zenoh-macros/src/lib.rs index 1e590cb964..c6d0d4feea 100644 --- a/commons/zenoh-macros/src/lib.rs +++ b/commons/zenoh-macros/src/lib.rs @@ -529,7 +529,7 @@ pub fn register_param(input: proc_macro::TokenStream) -> proc_macro::TokenStream /// This macro wraps the implementations of "internal" tratis. /// /// These traits are used to group set of functions which should be implemented -/// togehter and with the same portotyoe. E.g. `QoSBuilderTrait` provides set of +/// together and with the same portotyoe. E.g. `QoSBuilderTrait` provides set of /// setters (`congestion_control`, `priority`, `express`) and we should not /// forget to implement all these setters for each entity which supports /// QoS functionality.