diff options
author | Nikola Petrov <73067824+Petrov22Nikola@users.noreply.github.com> | 2023-10-09 16:14:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 21:14:39 +0100 |
commit | f99b7eba4fba7d1a7a8350aab898691acc60ab6f (patch) | |
tree | 5427a9ab5543acd7abf84cf0045609a220eb499a /include | |
parent | 9ca35f454f61df81af9bcb315908819fd2100696 (diff) | |
download | libfuse-f99b7eba4fba7d1a7a8350aab898691acc60ab6f.tar.gz |
Fixes typo in fuse.h (#844)
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. * */ |