This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new d63179ebe Fix typo in CHANGES.md
d63179ebe is described below
commit d63179ebe68cc8a6d2231a6bd75f6fa47b0f53ac
Author: Thomas Wolf <[email protected]>
AuthorDate: Wed Aug 27 20:54:46 2025 +0200
Fix typo in CHANGES.md
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 782a493f4..938b88da6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,7 +30,7 @@
## Bug Fixes
* [GH-807](https://github.com/apache/mina-sshd/issues/807) Handle "verified"
flag for sk-* keys
-* [GH-809](https://github.com/apache/mina-sshd/pulls/809) Fix server-side
authentication for FIDO/U2F sk-* keys with flags in `authorized_keys`
+* [GH-809](https://github.com/apache/mina-sshd/pull/809) Fix server-side
authentication for FIDO/U2F sk-* keys with flags in `authorized_keys`
## New Features