aboutsummaryrefslogtreecommitdiff
path: root/tests/test_index.c
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2023-11-30 23:01:19 +0800
committerJia Tan <jiat0218@gmail.com>2023-11-30 23:08:05 +0800
commit3b3023e00b0071e10f589bbc3674e0ec432b8add (patch)
treeb37d6a7b70c41b5b83163ffa75e96ae9831b4e0a /tests/test_index.c
parentxz: Fix typo (diff)
downloadxz-3b3023e00b0071e10f589bbc3674e0ec432b8add.tar.xz
Tests: Fix typos
Diffstat (limited to '')
-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 458386df..04e5c159 100644
--- a/tests/test_index.c
+++ b/tests/test_index.c
@@ -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.