diff --git a/proxmox-http/src/rate_limited_stream.rs b/proxmox-http/src/rate_limited_stream.rs index 78b435ba..d43c09c1 100644 --- a/proxmox-http/src/rate_limited_stream.rs +++ b/proxmox-http/src/rate_limited_stream.rs @@ -59,7 +59,7 @@ impl RateLimitedStream { /// Creates a new instance with limiter update callback. /// - /// The fuction is called every minute to update/change the used limiters. + /// The function is called every minute to update/change the used limiters. /// /// Note: This function is called within an async context, so it /// should be fast and must not block.