diff options
Diffstat (limited to 'tar/test')
-rw-r--r-- | tar/test/main.c | 2 | ||||
-rw-r--r-- | tar/test/test_0.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tar/test/main.c b/tar/test/main.c index 45a5f487..26b5ee3f 100644 --- a/tar/test/main.c +++ b/tar/test/main.c @@ -283,7 +283,7 @@ failure(const char *fmt, ...) * pass __FILE__, __LINE__ directly into the function instead of using * this hook. I suspect this machinery is used so rarely that we * would be better off just removing it entirely. That would simplify - * the code here noticably. + * the code here noticeably. */ static const char *skipping_filename; static int skipping_line; diff --git a/tar/test/test_0.c b/tar/test/test_0.c index e0ecca74..b73c7a3f 100644 --- a/tar/test/test_0.c +++ b/tar/test/test_0.c @@ -56,7 +56,7 @@ DEFINE_TEST(test_0) } /* - * Try to succesfully run the program; this requires that + * Try to successfully run the program; this requires that * we know some option that will succeed. */ if (0 == systemf("%s --version >" DEV_NULL, testprog)) { |