summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk.3
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2010-02-20 13:25:58 -0500
committerTim Kientzle <kientzle@gmail.com>2010-02-20 13:25:58 -0500
commit8508390ec2a112b8b07cf30ff23015ad98320435 (patch)
treea7d2492aa8f22938f14d700d19073c2b0b7ead6b /libarchive/archive_write_disk.3
parentd99377118a340ca7bb3a84b8d7a5cfd0a78ec942 (diff)
downloadlibarchive-8508390ec2a112b8b07cf30ff23015ad98320435.tar.gz
Correct the spelling of 'hierarchy'
SVN-Revision: 1923
Diffstat (limited to 'libarchive/archive_write_disk.3')
-rw-r--r--libarchive/archive_write_disk.34
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive_write_disk.3 b/libarchive/archive_write_disk.3
index 7bcecc4e..99878b71 100644
--- a/libarchive/archive_write_disk.3
+++ b/libarchive/archive_write_disk.3
@@ -339,7 +339,7 @@ In particular, the directory
.Pa aa
is created as well as the final object
.Pa bb .
-In theory, this can be exploited to create an entire directory heirarchy
+In theory, this can be exploited to create an entire directory hierarchy
with a single request.
Of course, this does not work if the
.Cm ARCHIVE_EXTRACT_NODOTDOT
@@ -371,5 +371,5 @@ compact implementation when appropriate.
.Pp
There should be a corresponding
.Nm archive_read_disk
-interface that walks a directory heirarchy and returns archive
+interface that walks a directory hierarchy and returns archive
entry objects.