summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-02-27 06:16:41 +0000
committerkientzle <kientzle@FreeBSD.org>2008-02-27 06:16:41 +0000
commita898e5bef81468a28dd992ff789e02ce72029b66 (patch)
tree75051fd6fc7d8f15fd928d638db27aa4c2dd5661 /lib
parent13c4f20c016c9228af5c2deb46a089d0d6d44acf (diff)
downloadFreeBSD-src-a898e5bef81468a28dd992ff789e02ce72029b66.zip
FreeBSD-src-a898e5bef81468a28dd992ff789e02ce72029b66.tar.gz
Spelling correction, thanks to Joerg Sonnenberger.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive_write_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_write_disk.c b/lib/libarchive/archive_write_disk.c
index 2336b09..d3dfa68 100644
--- a/lib/libarchive/archive_write_disk.c
+++ b/lib/libarchive/archive_write_disk.c
@@ -1167,7 +1167,7 @@ check_symlinks(struct archive_write_disk *a)
struct stat st;
/*
- * Gaurd against symlink tricks. Reject any archive entry whose
+ * Guard against symlink tricks. Reject any archive entry whose
* destination would be altered by a symlink.
*/
/* Whatever we checked last time doesn't need to be re-checked. */
OpenPOWER on IntegriCloud