diff --git a/src/configure.rs b/src/configure.rs index dafd0c04c..1b1bccac7 100644 --- a/src/configure.rs +++ b/src/configure.rs @@ -513,8 +513,8 @@ async fn configure(ctx: &Context, param: &mut LoginParam) -> Result<()> { /// Retrieve available autoconfigurations. /// -/// A Search configurations from the domain used in the email-address, prefer encrypted -/// B. If we have no configuration yet, search configuration in Thunderbird's centeral database +/// A. Search configurations from the domain used in the email-address +/// B. If we have no configuration yet, search configuration in Thunderbird's central database async fn get_autoconfig( ctx: &Context, param: &LoginParam, diff --git a/src/net/http.rs b/src/net/http.rs index 6f31e3348..8a3a906f9 100644 --- a/src/net/http.rs +++ b/src/net/http.rs @@ -24,7 +24,7 @@ pub struct Response { /// Response body. pub blob: Vec, - /// MIME type exntracted from the `Content-Type` header, if any. + /// MIME type extracted from the `Content-Type` header, if any. pub mimetype: Option, /// Encoding extracted from the `Content-Type` header, if any.