diff --git a/src/error.rs b/src/error.rs index 3acc429..756e197 100644 --- a/src/error.rs +++ b/src/error.rs @@ -126,7 +126,7 @@ pub enum ParseError { Unexpected(String), /// The client could not find or decode the server's authentication challenge. Authentication(String, Option), - /// The client receive data that was not UTF-8 encoded. + /// The client received data that was not UTF-8 encoded. DataNotUtf8(Vec, Utf8Error), }