diff options
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. |