diff options
-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. * */ |