summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_7zip.c
diff options
context:
space:
mode:
authorGraham Percival <gperciva@tarsnap.com>2016-12-08 09:46:25 -0800
committerGraham Percival <gperciva@tarsnap.com>2016-12-08 09:46:25 -0800
commit64082b6529c691d566eb87932b9337f415a6eb38 (patch)
tree7a1edcb657b08cc10e04b23af45253f44b949fdc /libarchive/archive_read_support_format_7zip.c
parentf167e8d9d521e5536b37098501c6396ab65452e6 (diff)
downloadlibarchive-64082b6529c691d566eb87932b9337f415a6eb38.tar.gz
Spelling fixes
Sponsored by: Tarsnap Backup Inc.
Diffstat (limited to 'libarchive/archive_read_support_format_7zip.c')
-rw-r--r--libarchive/archive_read_support_format_7zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_read_support_format_7zip.c b/libarchive/archive_read_support_format_7zip.c
index c0a536c4..268daa20 100644
--- a/libarchive/archive_read_support_format_7zip.c
+++ b/libarchive/archive_read_support_format_7zip.c
@@ -213,7 +213,7 @@ struct _7zip {
int header_is_encoded;
uint64_t header_bytes_remaining;
unsigned long header_crc32;
- /* Header offset to check that reading pointes of the file contens
+ /* Header offset to check that reading points of the file contents
* will not exceed the header. */
uint64_t header_offset;
/* Base offset of the archive file for a seek in case reading SFX. */