]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Tests: Fix typos
authorKian-Meng Ang <kianmeng@cpan.org>
Thu, 30 Nov 2023 15:01:19 +0000 (23:01 +0800)
committerJia Tan <jiat0218@gmail.com>
Thu, 30 Nov 2023 15:08:05 +0000 (23:08 +0800)
tests/test_index.c
tests/test_lzip_decoder.c

index 458386df006d571960b61cb0ad60c0cfee0c10af..04e5c159c66a82de50e5d30aaae4827ba762bf78 100644 (file)
@@ -100,7 +100,7 @@ test_lzma_index_memused(void)
 static void
 test_lzma_index_append(void)
 {
-       // Basic input-ouput test done here.
+       // Basic input-output test done here.
        // Less trivial tests for this function are done throughout
        // other tests.
 
index 3743d43412177c01836907ac8ad39225f525413c..e115573b6dd2c09e84ba9e09901817a8f332f052 100644 (file)
@@ -233,7 +233,7 @@ test_v1_trailing(void)
 
 
 static void
-test_concatentated(void)
+test_concatenated(void)
 {
        // First test a file with one v0 member and one v1 member
        // The first member should contain "Hello\n" and
@@ -474,7 +474,7 @@ main(int argc, char **argv)
        tuktest_run(test_v1_decode);
        tuktest_run(test_v0_trailing);
        tuktest_run(test_v1_trailing);
-       tuktest_run(test_concatentated);
+       tuktest_run(test_concatenated);
        tuktest_run(test_crc);
        tuktest_run(test_invalid_magic_bytes);
        tuktest_run(test_invalid_version);