From 2cfc3325db022fe766029a5d7beffaa8f3098749 Mon Sep 17 00:00:00 2001 From: Arky Date: Fri, 30 Sep 2022 16:56:00 +0700 Subject: [PATCH] Minor typo fixed in 'ssl_unknown_autority' (#967) --- docs/design/dd-002-netx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/dd-002-netx.md b/docs/design/dd-002-netx.md index 74b8bf1..0d4dd90 100644 --- a/docs/design/dd-002-netx.md +++ b/docs/design/dd-002-netx.md @@ -120,7 +120,7 @@ Where `Failure` is one of the errors we care about, i.e.: - `eof_error`: unexpected EOF on connection - `generic_timeout_error`: some timer has expired - `ssl_invalid_hostname`: certificate not valid for SNI -- `ssl_unknown_autority`: cannot find CA validating certificate +- `ssl_unknown_authority`: cannot find CA validating certificate - `ssl_invalid_certificate`: e.g. certificate expired - `unknown_failure `: any other error