From 1582c6f5b0c1234bc6287b32a729acf36ee34481 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 21 Sep 2019 01:33:19 +0300 Subject: Correct some typographical and grammatical errors. --- tar/test/test_option_n.c | 4 ++-- tar/test/test_option_xattrs.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tar') 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"; -- cgit v1.2.1