From: Michihiro NAKAJIMA Date: Mon, 16 Feb 2009 07:33:47 +0000 (-0500) Subject: Fix spelling. X-Git-Tag: v2.7.0~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c540efdd6c255b931fd487234802a0d7e5db3f67;p=thirdparty%2Flibarchive.git Fix spelling. SVN-Revision: 643 --- diff --git a/tar/test/test_option_T.c b/tar/test/test_option_T.c index dacbb5378..36fe1ef4d 100644 --- a/tar/test/test_option_T.c +++ b/tar/test/test_option_T.c @@ -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. */ diff --git a/tar/test/test_option_s.c b/tar/test/test_option_s.c index 41a9519ce..0dc0f1a6f 100644 --- a/tar/test/test_option_s.c +++ b/tar/test/test_option_s.c @@ -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; }