aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-03-29 14:47:13 -0400
committerGitHub <noreply@github.com>2023-03-29 19:47:13 +0100
commit0f8cb2888311868be83c208fef26d2139af41712 (patch)
tree9327f7ae13fc2c6907e8eb21051e94bf0ebeab21 /ChangeLog.rst
parented9be128370c93b93895bb1bb61cc1e606277613 (diff)
downloadlibfuse-0f8cb2888311868be83c208fef26d2139af41712.tar.gz
Fix typos and configure spellcheck for PRs
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 3e46c7a..0b85567 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -57,7 +57,7 @@ The following changes apply when using the most recent API (-DFUSE_USE_VERSION=3
see `example/passthrough_hp.cc` for an example for how to usse the new API):
* `struct fuse_loop_config` is now private and has to be constructed using
- *fuse_loop_cfg_create()* and detroyed with *fuse_loop_cfg_destroy()*. Parameters can be
+ *fuse_loop_cfg_create()* and destroyed with *fuse_loop_cfg_destroy()*. Parameters can be
changed using `fuse_loop_cfg_set_*()` functions.
* *fuse_session_loop_mt()* now accepts `struct fuse_loop_config *` as NULL pointer.