From f99b7eba4fba7d1a7a8350aab898691acc60ab6f Mon Sep 17 00:00:00 2001 From: Nikola Petrov <73067824+Petrov22Nikola@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:14:39 -0400 Subject: [PATCH] Fixes typo in fuse.h (#844) --- include/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * */ -- 2.30.2