all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox] http: rate limited stream: fix typo in rustdoc comment
@ 2023-09-21 11:19 Lukas Wagner
  2023-11-08  8:56 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2023-09-21 11:19 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 proxmox-http/src/rate_limited_stream.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxmox-http/src/rate_limited_stream.rs b/proxmox-http/src/rate_limited_stream.rs
index 78b435b..d43c09c 100644
--- a/proxmox-http/src/rate_limited_stream.rs
+++ b/proxmox-http/src/rate_limited_stream.rs
@@ -59,7 +59,7 @@ impl<S> RateLimitedStream<S> {
 
     /// 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.
-- 
2.39.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pbs-devel] applied: [PATCH proxmox] http: rate limited stream: fix typo in rustdoc comment
  2023-09-21 11:19 [pbs-devel] [PATCH proxmox] http: rate limited stream: fix typo in rustdoc comment Lukas Wagner
@ 2023-11-08  8:56 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-11-08  8:56 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Lukas Wagner

Am 21/09/2023 um 13:19 schrieb Lukas Wagner:
> Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
> ---
>  proxmox-http/src/rate_limited_stream.rs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-08  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 11:19 [pbs-devel] [PATCH proxmox] http: rate limited stream: fix typo in rustdoc comment Lukas Wagner
2023-11-08  8:56 ` [pbs-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal