aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:27:17 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:48:50 +0200
commitcd6b75229a4f4b648945418ee49e7c23e24bbeeb (patch)
treea597ee2a80ec45ff901de37a7f84919baa8573ed /ChangeLog.rst
parentc64e00aa4d1506e49280c7efb301a672d45645ce (diff)
Fixed typo in Changelog
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 d302cd3..4fbce46 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -6,7 +6,7 @@ Unreleased Changes
* The `example/passthrough_ll` filesystem now supports creating
and writing to files.
* `fuse_main()` / `fuse_remove_signal_handlers()`: do not reset
- `SIGPIPE` handler to `SIG_DFL` it was not set by us.
+ `SIGPIPE` handler to `SIG_DFL` if it was not set by us.
* Documented the `RENAME_EXCHANGE` and `RENAME_NOREPLACE` flags that
may be passed to the `rename` handler of both the high- and
low-level API. Filesystem authors are strongly encouraged to check