From a6f4f9b43a0f252bf3717ba0b4de476528373b45 Mon Sep 17 00:00:00 2001 From: Paul Capron Date: Fri, 25 Sep 2020 11:11:33 +0200 Subject: [PATCH] =?UTF-8?q?ChangeLog:=20Fix=20typo;=20=E2=80=9Cwierdness?= =?UTF-8?q?=E2=80=9D=20=E2=86=92=20=E2=80=9Cweirdness=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “Wierdness” is… a weird word ^o^ Signed-off-by: Paul Capron Reviewed-by: Jakub Jelen --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a68c5af..8bc15d9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -403,7 +403,7 @@ version 0.2 (released 2007-11-29) version 0.11-dev * Server implementation development. * Small bug corrected when connecting to sun ssh servers. - * Channel wierdness corrected (writing huge data packets) + * Channel weirdness corrected (writing huge data packets) * Channel_read_nonblocking added * Channel bug where stderr wasn't correctly read fixed. * Added sftp_file_set_nonblocking(), which is nonblocking SFTP IO