diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-08-19 15:07:39 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-08-24 11:55:24 -0700 |
commit | 44346a9885cb4567ea29c4cb089b1f249c0e46c2 (patch) | |
tree | e2521177d23161f76b12a302b0eb5973316e4c13 | |
parent | d09b4570359322be5055bc522d1bb0a8b18a7c04 (diff) | |
download | libfuse-44346a9885cb4567ea29c4cb089b1f249c0e46c2.tar.gz |
Fixed typo.
-rw-r--r-- | ChangeLog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index a821552..f4eb6b5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -2,7 +2,7 @@ Unreleased Changes ================== * The channel interface (``fuse_chan_*`` functions) has been - made privat. The `struct fuse_chan_ops` data structure is now + made private. The `struct fuse_chan_ops` data structure is now opaque. * Added *clone_fd* option. This creates a separate device file |