From f54eb86e9a0b596dfeceb18277efa8f840d85919 Mon Sep 17 00:00:00 2001 From: ferivoz <72023087+ferivoz@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:14:00 +0000 Subject: Fix typo "retuned" -> "returned" (#553) --- include/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 7ffae41..9484f05 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -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. -- cgit v1.2.3