This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 42c47affe9fa12bed156a1fce7e06c6e1a264b31 Author: Lyor Goldstein <[email protected]> AuthorDate: Mon Feb 18 07:21:32 2019 +0200 Fix typo error in CHANGES file --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 07b4430..078e12d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,7 +23,7 @@ current sesssion - client/server proposals and what has been negotiated. * [SSHD-882](https://issues.apache.org/jira/browse/SSHD-882) - Provide hooks to allow users to register a consumer for STDERR data sent via the `ChannelSession` - especially for the SFTP subsystem. -* [SSHD=892](https://issues.apache.org/jira/browse/SSHD-882) - Inform user about possible session disconnect prior +* [SSHD-892](https://issues.apache.org/jira/browse/SSHD-882) - Inform user about possible session disconnect prior to disconnecting and allow intervention via `SessionDisconnectHandler`. * [SSHD-893](https://issues.apache.org/jira/browse/SSHD-893) - Using Path(s) instead of String(s) as DirectoryScanner results
