summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_compression_bzip2.c
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2006-12-28 05:21:48 +0000
committercperciva <cperciva@FreeBSD.org>2006-12-28 05:21:48 +0000
commit64644d520d281380279f3c59457f0d694a702540 (patch)
treeaa15417a91c5f93efc48a87851f2026e2a863cb7 /lib/libarchive/archive_read_support_compression_bzip2.c
parent36bb745cb01b4073b42f2c086e93482af41cfc42 (diff)
downloadFreeBSD-src-64644d520d281380279f3c59457f0d694a702540.zip
FreeBSD-src-64644d520d281380279f3c59457f0d694a702540.tar.gz
Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",
"return", "ridiculous", and "success". MFC after: 3 days
Diffstat (limited to 'lib/libarchive/archive_read_support_compression_bzip2.c')
-rw-r--r--lib/libarchive/archive_read_support_compression_bzip2.c2
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 a389fdd..f5e8ab9 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.)
*/
OpenPOWER on IntegriCloud