Fix typo in fuse_lowlevel.h (#593)

This commit is contained in:
Tobias Nießen
2021-03-30 14:37:30 +02:00
committed by GitHub
parent 72ff9609ac
commit b982a8d45d
+1 -1
View 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.
*