]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1050-large.sh
Fix spelling errors in names of tests
[thirdparty/git.git] / t / t1050-large.sh
index dcb4dbba673eb2eb6e13117babb6b75e8e59a49a..d3b2adb28be7fc5aad0f6bf93110a646732663b8 100755 (executable)
@@ -194,15 +194,15 @@ test_expect_success 'pack-objects with large loose object' '
        test_cmp huge actual
 '
 
-test_expect_success 'tar achiving' '
+test_expect_success 'tar archiving' '
        git archive --format=tar HEAD >/dev/null
 '
 
-test_expect_success 'zip achiving, store only' '
+test_expect_success 'zip archiving, store only' '
        git archive --format=zip -0 HEAD >/dev/null
 '
 
-test_expect_success 'zip achiving, deflate' '
+test_expect_success 'zip archiving, deflate' '
        git archive --format=zip HEAD >/dev/null
 '