1
0
Fork 0
forked from mirrors/tar-split

*: clean up assorted spelling/grammar issues

Various minor fixes noticed on walking through
This commit is contained in:
Jonathan Boulle 2015-06-23 13:13:29 -07:00 committed by Vincent Batts
parent e0e9886972
commit 002d19f0b0
6 changed files with 15 additions and 15 deletions

View file

@ -5,7 +5,7 @@ Packing and unpacking the Entries of the stream. The types of streams are
either segments of raw bytes (for the raw headers and various padding) and for
an entry marking a file payload.
The raw bytes are stored precisely in the packed (marshalled) Entry. Where as
The raw bytes are stored precisely in the packed (marshalled) Entry, whereas
the file payload marker include the name of the file, size, and crc64 checksum
(for basic file integrity).
*/