diff --git a/proxmox-http/src/client/simple.rs b/proxmox-http/src/client/simple.rs index bfb1ee7a..cbeac14f 100644 --- a/proxmox-http/src/client/simple.rs +++ b/proxmox-http/src/client/simple.rs @@ -16,7 +16,7 @@ use openssl::ssl::{SslConnector, SslMethod}; use crate::client::HttpsConnector; use crate::HttpOptions; -/// Asyncrounous HTTP client implementation +/// Asynchronous HTTP client implementation pub struct Client { client: HyperClient, options: HttpOptions,