Fix typo in fuse_lowlevel.h (#593)
authorTobias Nießen <tniessen@users.noreply.github.com>
Tue, 30 Mar 2021 12:37:30 +0000 (14:37 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 12:37:30 +0000 (13:37 +0100)
include/fuse_lowlevel.h

index 3e54abf8e9dd63da23de8b4a8a26cc03cdc162a1..a5c5300e7e6176c83e91a1fdc3240ebafc936526 100644 (file)
@@ -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.
  *