aboutsummaryrefslogtreecommitdiff
path: root/tests/test_index.c
diff options
context:
space:
mode:
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 168e919f..d2c3c0c1 100644
--- a/tests/test_index.c
+++ b/tests/test_index.c
@@ -672,7 +672,7 @@ test_lzma_index_iter_rewind(void)
assert_uint_eq(iter.block.number_in_file, i + 1);
}
- // Rewind back to the begining and iterate over the Blocks again
+ // Rewind back to the beginning and iterate over the Blocks again
lzma_index_iter_rewind(&iter);
// Should be able to re-iterate over the Blocks again.