aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@users.noreply.github.com>2021-03-30 14:37:30 +0200
committerGitHub <noreply@github.com>2021-03-30 13:37:30 +0100
commitf4eaff6af0be41f48368213bd72161c2c092a50f (patch)
tree84fcf21d77b94d73283f1241fe92811461f94cd7 /include/fuse_lowlevel.h
parentda474fe7d71f01dcde324107ec398a0678c3ff71 (diff)
downloadlibfuse-f4eaff6af0be41f48368213bd72161c2c092a50f.tar.gz
Fix typo in fuse_lowlevel.h (#593)
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 3e54abf..a5c5300 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1253,7 +1253,7 @@ struct fuse_lowlevel_ops {
* Possible requests:
* all except forget
*
- * Whereever possible, error codes should be chosen from the list of
+ * Wherever possible, error codes should be chosen from the list of
* documented error conditions in the corresponding system calls
* manpage.
*