svn commit: r210825 - head/lib/libarchive
Joel Dahl
joel at FreeBSD.org
Tue Aug 3 18:29:58 UTC 2010
Author: joel (doc committer)
Date: Tue Aug 3 18:29:58 2010
New Revision: 210825
URL: http://svn.freebsd.org/changeset/base/210825
Log:
Fix typo.
Modified:
head/lib/libarchive/libarchive_internals.3
Modified: head/lib/libarchive/libarchive_internals.3
==============================================================================
--- head/lib/libarchive/libarchive_internals.3 Tue Aug 3 17:47:27 2010 (r210824)
+++ head/lib/libarchive/libarchive_internals.3 Tue Aug 3 18:29:58 2010 (r210825)
@@ -126,7 +126,7 @@ to read the entire file into memory at o
entire file to libarchive as a single block;
other clients may begin asynchronous I/O operations for the
next block on each request.
-.Ss Decompresssion Layer
+.Ss Decompression Layer
The decompression layer not only handles decompression,
it also buffers data so that the format handlers see a
much nicer I/O model.
More information about the svn-src-all
mailing list