From: Nikola Petrov <73067824+Petrov22Nikola@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:14:39 +0000 (-0400) Subject: Fixes typo in fuse.h (#844) X-Git-Tag: fuse-3.16.2~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f99b7eba4fba7d1a7a8350aab898691acc60ab6f;p=qemu-gpiodev%2Flibfuse.git Fixes typo in fuse.h (#844) --- diff --git a/include/fuse.h b/include/fuse.h index 0d8e795..f0c6f10 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -454,7 +454,7 @@ struct fuse_operations { * If this request is answered with an error code of ENOSYS * and FUSE_CAP_NO_OPEN_SUPPORT is set in * `fuse_conn_info.capable`, this is treated as success and - * future calls to open will also succeed without being send + * future calls to open will also succeed without being sent * to the filesystem process. * */