summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_private.h
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_private.h
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_private.h')
-rw-r--r--lib/libarchive/archive_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive_private.h b/lib/libarchive/archive_private.h
index cc63c1e..300b79d 100644
--- a/lib/libarchive/archive_private.h
+++ b/lib/libarchive/archive_private.h
@@ -39,7 +39,7 @@ struct archive {
/*
* The magic/state values are used to sanity-check the
* client's usage. If an API function is called at a
- * rediculous time, or the client passes us an invalid
+ * ridiculous time, or the client passes us an invalid
* pointer, these values allow me to catch that.
*/
unsigned magic;
@@ -167,7 +167,7 @@ struct archive {
* multiple format readers active at one time, so we need to
* allow for multiple format readers to have their data
* available. The pformat_data slot here is the solution: on
- * read, it is gauranteed to always point to a void* variable
+ * read, it is guaranteed to always point to a void* variable
* that the format can use.
*/
void **pformat_data; /* Pointer to current format_data. */
OpenPOWER on IntegriCloud