From e243b3683876d8f6452fc92c094a395771d3d892 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Mon, 24 Aug 2026 22:30:53 -0500 Subject: [PATCH] fix typo in docs: coping -> copying --- sshfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.