diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2006-12-28 05:21:48 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2006-12-28 05:21:48 +0000 |
| commit | 9d8f7dccb34f6e1c92d0359e0cc835ac5dae6b7c (patch) | |
| tree | aa15417a91c5f93efc48a87851f2026e2a863cb7 /lib/libarchive/archive_read_support_compression_bzip2.c | |
| parent | 16c1a8c6a28d20412bc1a31d3306b06e46ef6bcf (diff) | |
Notes
Diffstat (limited to 'lib/libarchive/archive_read_support_compression_bzip2.c')
| -rw-r--r-- | lib/libarchive/archive_read_support_compression_bzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_read_support_compression_bzip2.c b/lib/libarchive/archive_read_support_compression_bzip2.c index a389fdd9a025c..f5e8ab9995b3e 100644 --- a/lib/libarchive/archive_read_support_compression_bzip2.c +++ b/lib/libarchive/archive_read_support_compression_bzip2.c @@ -120,7 +120,7 @@ bid(const void *buff, size_t len) * thorough check. It's especially troubling that the BZip2 * signature begins with all ASCII characters; a tar archive * whose first filename begins with 'BZh3' would potentially - * fool this logic. (It may also be possible to gaurd against + * fool this logic. (It may also be possible to guard against * such anomalies in archive_read_support_compression_none.) */ |
