From: Nikolaus Rath Date: Fri, 7 Jul 2017 13:27:17 +0000 (+0200) Subject: Fixed typo in Changelog X-Git-Tag: fuse-3.1.0~5 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cd6b75229a4f4b648945418ee49e7c23e24bbeeb;p=qemu-gpiodev%2Flibfuse.git Fixed typo in Changelog --- 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