summaryrefslogtreecommitdiff
path: root/tar/test
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2012-01-07 19:43:56 -0500
committerTim Kientzle <kientzle@gmail.com>2012-01-07 19:43:56 -0500
commit86ada71ef9f23158eb3b5d639ac59a7993aaa6f2 (patch)
tree3245aa4a6f2847e4f758093443562f73269a570f /tar/test
parent4c5decfe67437c4a5c4adf6e55cd8f6ab1d86a43 (diff)
downloadlibarchive-86ada71ef9f23158eb3b5d639ac59a7993aaa6f2.tar.gz
Spelling fixes from Ulrich Spoerlein.
SVN-Revision: 4092
Diffstat (limited to 'tar/test')
-rw-r--r--tar/test/main.c2
-rw-r--r--tar/test/test_0.c2
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)) {