From 3e2bbbc96a81909c0949b89fb14361122248ff28 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 16 Jan 2024 14:05:03 +0100 Subject: [PATCH] sftp: Fix copy&paste error in the doxygen comment Signed-off-by: Jakub Jelen Reviewed-by: Sahana Prasad --- include/libssh/sftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index dc1ad4de..d7924390 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -500,7 +500,7 @@ LIBSSH_API void sftp_file_set_blocking(sftp_file handle); * * @param count Size of the buffer in bytes. * - * @return Number of bytes written, < 0 on error with ssh and sftp + * @return Number of bytes read, < 0 on error with ssh and sftp * error set. * * @see sftp_get_error()