1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From 91c86e0006a15328e6d07e35bd4b37ede58ac10a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20Roucari=C3=A8s?= <rouca@debian.org>
Date: Sun, 1 Jul 2018 16:29:02 +0200
Subject: Fix spelling mistake
Fowarded: yes, mail
---
Fuse.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Fuse.pm b/Fuse.pm
index 7659b60..b9df715 100755
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -237,7 +237,7 @@ module.
At present, it allows the specification of the allow_other
argument when mounting the new FUSE filesystem. To use this, you will also
-need 'user_allow_other' in /etc/fuse.conf as per the FUSE documention
+need 'user_allow_other' in /etc/fuse.conf as per the FUSE documentation
mountopts => "allow_other" or
mountopts => ""
|