Fixes typo in fuse.h (#844)
authorNikola Petrov <73067824+Petrov22Nikola@users.noreply.github.com>
Mon, 9 Oct 2023 20:14:39 +0000 (16:14 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 20:14:39 +0000 (21:14 +0100)
include/fuse.h

index 0d8e79585fbbf0543800a83bf326c0be8b2cd8e4..f0c6f1028bcc1bb25ded6db2e6aefe8defea7a84 100644 (file)
@@ -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.
         *
         */