From f4eaff6af0be41f48368213bd72161c2c092a50f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 30 Mar 2021 14:37:30 +0200 Subject: [PATCH] Fix typo in fuse_lowlevel.h (#593) --- include/fuse_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.30.2