Fix typo "retuned" -> "returned" (#553)
authorferivoz <72023087+ferivoz@users.noreply.github.com>
Sat, 3 Oct 2020 12:14:00 +0000 (12:14 +0000)
committerGitHub <noreply@github.com>
Sat, 3 Oct 2020 12:14:00 +0000 (13:14 +0100)
doc/mount.fuse3.8
include/fuse.h

index 79ff9211121112a029b2d90508522b1d2cb6f3f5..acb7672dfd25b3044098a6f4acc00fc8edccba87 100644 (file)
@@ -179,7 +179,7 @@ Override the \fIst_gid\fP field set by the filesystem (N is numeric).
 The timeout in seconds for which name lookups will be cached. The default is 1.0 second. For all the timeout options, it is possible to give fractions of a second as well (e.g. \fBentry_timeout=2.8\fP)
 .TP
 \fBnegative_timeout=T\fP
-The timeout in seconds for which a negative lookup will be cached. This means, that if file did not exist (lookup retuned \fBENOENT\fP), the lookup will only be redone after the timeout, and the file/directory will be assumed to not exist until then.  The default is 0.0 second, meaning that caching negative lookups are disabled.
+The timeout in seconds for which a negative lookup will be cached. This means, that if file did not exist (lookup returned \fBENOENT\fP), the lookup will only be redone after the timeout, and the file/directory will be assumed to not exist until then.  The default is 0.0 second, meaning that caching negative lookups are disabled.
 .TP
 \fBattr_timeout=T\fP
 The timeout in seconds for which file/directory attributes are cached.  The default is 1.0 second.
index 7ffae4175bbf40ec3df2a2ed4f700e3a888b029f..9484f057174a08db43c855dc8b473c9a7d7b4088 100644 (file)
@@ -121,7 +121,7 @@ struct fuse_config {
        /**
         * The timeout in seconds for which a negative lookup will be
         * cached. This means, that if file did not exist (lookup
-        * retuned ENOENT), the lookup will only be redone after the
+        * returned ENOENT), the lookup will only be redone after the
         * timeout, and the file/directory will be assumed to not
         * exist until then. A value of zero means that negative
         * lookups are not cached.