sftp: Fix copy&paste error in the doxygen comment

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Jakub Jelen
2024-01-16 14:05:03 +01:00
parent 4172752b4b
commit 3e2bbbc96a

View File

@@ -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()