diff options
author | joel <joel@FreeBSD.org> | 2010-08-03 18:29:58 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-03 18:29:58 +0000 |
commit | b833c746508b3bef5e9cf80723f1d70833c552a7 (patch) | |
tree | 8957db3ff1e4c461152978a31bf2325e97ecea41 /lib/libarchive | |
parent | 60754e9168fbbb77be5f78ca1b45ab04481e11d2 (diff) | |
download | FreeBSD-src-b833c746508b3bef5e9cf80723f1d70833c552a7.zip FreeBSD-src-b833c746508b3bef5e9cf80723f1d70833c552a7.tar.gz |
Fix typo.
Diffstat (limited to 'lib/libarchive')
-rw-r--r-- | lib/libarchive/libarchive_internals.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/libarchive_internals.3 b/lib/libarchive/libarchive_internals.3 index f050bfb..4ab0066 100644 --- a/lib/libarchive/libarchive_internals.3 +++ b/lib/libarchive/libarchive_internals.3 @@ -126,7 +126,7 @@ to read the entire file into memory at once and return the 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. |