diff options
author | Jakub Jelen <jjelen@redhat.com> | 2020-08-12 13:08:48 +0200 |
---|---|---|
committer | Jakub Jelen <jjelen@redhat.com> | 2020-08-12 13:13:13 +0200 |
commit | 88d4fa535282fc4edb8d2bc3f20b4219a220b533 (patch) | |
tree | 9525dd14f132d6f75d728941e88e556652271436 /include | |
parent | c0b65ccc5ac7e673153f5f1596f0adbaefd41222 (diff) | |
download | libssh-88d4fa535282fc4edb8d2bc3f20b4219a220b533.tar.gz libssh-88d4fa535282fc4edb8d2bc3f20b4219a220b533.tar.xz libssh-88d4fa535282fc4edb8d2bc3f20b4219a220b533.zip |
sftp: Fix more typos
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libssh/sftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index c340219d..c855df8a 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -806,7 +806,7 @@ LIBSSH_API void sftp_statvfs_free(sftp_statvfs_t statvfs_o); /** * @brief Synchronize a file's in-core state with storage device * - * This calls the "fsync@openssh.com" extention. You should check if the + * This calls the "fsync@openssh.com" extension. You should check if the * extensions is supported using: * * @code |