From eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 12 Feb 2010 13:16:15 +0200 Subject: Collection of language fixes to comments and docs. Thanks to Jonathan Nieder. --- tests/test_index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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); -- cgit v1.2.3