diff options
Diffstat (limited to 'pingora-error/src/lib.rs')
-rw-r--r-- | pingora-error/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingora-error/src/lib.rs b/pingora-error/src/lib.rs index 6bd6702..91b0358 100644 --- a/pingora-error/src/lib.rs +++ b/pingora-error/src/lib.rs @@ -108,7 +108,7 @@ pub enum ErrorType { TLSHandshakeFailure, TLSHandshakeTimedout, InvalidCert, - HandshakeError, // other handhshake + HandshakeError, // other handshake ConnectError, // catch all BindError, AcceptError, |