diff options
-rw-r--r-- | include/fuse_lowlevel.h | 2 |
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. * |