diff options
Diffstat (limited to 'tests/test_index.c')
-rw-r--r-- | tests/test_index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_index.c b/tests/test_index.c index 07dd2911..06b4d6ba 100644 --- a/tests/test_index.c +++ b/tests/test_index.c @@ -570,7 +570,7 @@ test_locate(void) expect(r.block.uncompressed_file_offset == ubase + n * 4); } - // Test locating in concatend Index. + // Test locating in concatenated Index. lzma_index_end(i, NULL); i = lzma_index_init(NULL); expect(i != NULL); |