aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
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.