diff --git a/sshfs.rst b/sshfs.rst index 8fe72a5..efc429e 100644 --- a/sshfs.rst +++ b/sshfs.rst @@ -113,7 +113,7 @@ Options :renamexdev: Make rename fail with EXDEV instead of the default EPERM to allow moving files across remote filesystems. :truncate: Work around servers that don't support truncate by - coping the whole file, truncating it locally, and sending it + copying the whole file, truncating it locally, and sending it back. :fstat: Work around broken servers that don't support *fstat()* by using *stat* instead.