summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2019-09-21 01:33:19 +0300
committerPeter Pentchev <roam@debian.org>2019-09-21 01:33:19 +0300
commit1582c6f5b0c1234bc6287b32a729acf36ee34481 (patch)
tree41595415b402c972cb30f0a33882ae06df8d8b65 /tar
parentcf95c9701b18b1fa1f0ea3a6bef4fe72c47dd2db (diff)
downloadlibarchive-1582c6f5b0c1234bc6287b32a729acf36ee34481.tar.gz
Correct some typographical and grammatical errors.
Diffstat (limited to 'tar')
-rw-r--r--tar/test/test_option_n.c4
-rw-r--r--tar/test/test_option_xattrs.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/tar/test/test_option_n.c b/tar/test/test_option_n.c
index e474ac1d..f36658ef 100644
--- a/tar/test/test_option_n.c
+++ b/tar/test/test_option_n.c
@@ -120,7 +120,7 @@ DEFINE_TEST(test_option_n)
"d2/file4\n",
"test5.out");
- /* Test 6: -t without -n and non-existant directory selected */
+ /* Test 6: -t without -n and non-existent directory selected */
assertEqualInt(0,
systemf("%s -tf partial-archive.tar d2 >test6.out 2>test6.err",
testprog));
@@ -128,7 +128,7 @@ DEFINE_TEST(test_option_n)
assertTextFileContents("d2/file4\n",
"test6.out");
- /* Test 7: -t with -n and non-existant directory selected */
+ /* Test 7: -t with -n and non-existent directory selected */
status = systemf("%s -tnf partial-archive.tar d2 "
">test7.out 2>test7.err", testprog);
assert(status);
diff --git a/tar/test/test_option_xattrs.c b/tar/test/test_option_xattrs.c
index bce8a94e..79dfff52 100644
--- a/tar/test/test_option_xattrs.c
+++ b/tar/test/test_option_xattrs.c
@@ -28,7 +28,7 @@ __FBSDID("$FreeBSD$");
DEFINE_TEST(test_option_xattrs)
{
#if !ARCHIVE_XATTR_SUPPORT
- skipping("Extended atributes are not supported on this platform");
+ skipping("Extended attributes are not supported on this platform");
#else /* ARCHIVE_XATTR_SUPPORT */
const char *testattr = "user.libarchive.test";