diff --git a/src/tls_stream.rs b/src/tls_stream.rs index ce18605..0d6e949 100644 --- a/src/tls_stream.rs +++ b/src/tls_stream.rs @@ -455,7 +455,7 @@ impl TlsStream fn validate(&mut self) -> io::Result<()> { // If we're accepting connections then we don't perform any validation - // fo the remote certificate, that's what they're doing! + // for the remote certificate, that's what they're doing! if self.accept { return Ok(()) }