summaryrefslogtreecommitdiff
path: root/tests/test_index.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-02-12 13:16:15 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-02-12 13:16:15 +0200
commiteb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea (patch)
treea95a2fd8ca357e637918ee82b154f56416da7410 /tests/test_index.c
parent4785f2021aa6a23f1caf724fcc823e562584f225 (diff)
downloadxz-eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea.tar.gz
Collection of language fixes to comments and docs.
Thanks to Jonathan Nieder.
Diffstat (limited to 'tests/test_index.c')
-rw-r--r--tests/test_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_index.c b/tests/test_index.c
index 07dd291..06b4d6b 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);