From c5b74be93d949d5ddc7e30dcd9ce1aa8137c6b74 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Sat, 11 Jul 2026 09:18:00 +0800 Subject: [PATCH] Fix some typos in docs --- docs/api.rst | 2 +- docs/changes.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 6bee595a..4ae0fe34 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1411,7 +1411,7 @@ does not contain an ExtendedKeyUsage or if the ExtendedKeyUsage contains the OID 2.5.29.37.0, which indicates the certificate can be used for any purpose. -This check defaults to requiring a purpose of 'secureShellCient' for +This check defaults to requiring a purpose of 'secureShellClient' for client certificates and 'secureShellServer' for server certificates and should not normally need to be changed. However, certificates which contain other purposes can be supported by providing alternate values to diff --git a/docs/changes.rst b/docs/changes.rst index 97fc2c64..f48d4690 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -412,7 +412,7 @@ Release 2.15.0 (3 Jul 2024) to reproduce it. * Fixed a regression from 2.14.1 related to rekeying an SSH connection - when there's acitivty on the connection in the middle of rekeying. + when there's activity on the connection in the middle of rekeying. Thanks go to GitHub user eyalgolan1337 for helping to narrow down this problem and test the fix.