summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read.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.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.c')
-rw-r--r--lib/libarchive/archive_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_read.c b/lib/libarchive/archive_read.c
index eafe4a8..26ad816 100644
--- a/lib/libarchive/archive_read.c
+++ b/lib/libarchive/archive_read.c
@@ -298,7 +298,7 @@ archive_read_next_header(struct archive *a, struct archive_entry **entryp)
/*
* EOF and FATAL are persistent at this layer. By
- * modifying the state, we gaurantee that future calls to
+ * modifying the state, we guarantee that future calls to
* read a header or read data will fail.
*/
switch (ret) {
OpenPOWER on IntegriCloud