Minor typo fixed in 'ssl_unknown_autority' (#967)

This commit is contained in:
Arky 2022-09-30 16:56:00 +07:00 committed by GitHub
parent c420c8bb29
commit 2cfc3325db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <string>`: any other error