]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix spelling.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 16 Feb 2009 07:33:47 +0000 (02:33 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 16 Feb 2009 07:33:47 +0000 (02:33 -0500)
SVN-Revision: 643

tar/test/test_option_T.c
tar/test/test_option_s.c

index dacbb5378c7dc3897090232fdb03e71dce5f5144..36fe1ef4d9020c60ea7b26fed64435a90d942b9d 100644 (file)
@@ -146,7 +146,7 @@ DEFINE_TEST(test_option_T)
                    testprog, testprog);
                assertEmptyFile("test4_out2/test4/d1/bar");
        } else {
-               skipping("bsdtar does not support -s option on thie platform");
+               skipping("bsdtar does not support -s option on this platform");
        }
        /* TODO: Include some use of -C directory-changing within the filelist. */
        /* I'm pretty sure -C within the filelist is broken on extract. */
index 41a9519ce487f360f439f12d43bbcf7d5138a696..0dc0f1a6fdfea4fcaeffa70011390d7bb18e4d46 100644 (file)
@@ -55,7 +55,7 @@ DEFINE_TEST(test_option_s)
            testprog);
        assertEqualInt(0, stat("check.err", &st));
        if (st.st_size != 0) {
-               skipping("bsdtar does not support -s option on thie platform");
+               skipping("bsdtar does not support -s option on this platform");
                return;
        }