Fixed typo in Changelog
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Jul 2017 13:27:17 +0000 (15:27 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Jul 2017 13:48:50 +0000 (15:48 +0200)
ChangeLog.rst

index d302cd39b018d192a4c9722104086e10080e24ff..4fbce463a2e1ead9d34475b9a8fe6a7c640e208b 100644 (file)
@@ -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