summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk_windows.c
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2012-01-07 19:43:56 -0500
committerTim Kientzle <kientzle@gmail.com>2012-01-07 19:43:56 -0500
commit86ada71ef9f23158eb3b5d639ac59a7993aaa6f2 (patch)
tree3245aa4a6f2847e4f758093443562f73269a570f /libarchive/archive_write_disk_windows.c
parent4c5decfe67437c4a5c4adf6e55cd8f6ab1d86a43 (diff)
downloadlibarchive-86ada71ef9f23158eb3b5d639ac59a7993aaa6f2.tar.gz
Spelling fixes from Ulrich Spoerlein.
SVN-Revision: 4092
Diffstat (limited to 'libarchive/archive_write_disk_windows.c')
-rw-r--r--libarchive/archive_write_disk_windows.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive_write_disk_windows.c b/libarchive/archive_write_disk_windows.c
index 64018458..2da2084e 100644
--- a/libarchive/archive_write_disk_windows.c
+++ b/libarchive/archive_write_disk_windows.c
@@ -605,7 +605,7 @@ lazy_stat(struct archive_write_disk *a)
/*
* XXX At this point, symlinks should not be hit, otherwise
- * XXX a race occured. Do we want to check explicitly for that?
+ * XXX a race occurred. Do we want to check explicitly for that?
*/
if (file_information(a, a->name, &a->st, NULL, 1) == 0) {
a->pst = &a->st;
@@ -1467,7 +1467,7 @@ create_filesystem_object(struct archive_write_disk *a)
*
* If the hardlink was successfully created and
* the archive doesn't have carry data for it,
- * consider it to be non-authoritive for meta data.
+ * consider it to be non-authoritative for meta data.
* This is consistent with GNU tar and BSD pax.
* If the hardlink does carry data, let the last
* archive entry decide ownership.