aboutsummaryrefslogtreecommitdiff
path: root/tests/test_vli.c
diff options
context:
space:
mode:
authorDimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-07-31 14:02:21 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-08-01 18:44:02 +0300
commit0db6fbe0be1545a4f25fcd6993371155b37bbb26 (patch)
treecea60902967897163026cbc7a37055114e431e1a /tests/test_vli.c
parentUpdate .gitignore. (diff)
downloadxz-0db6fbe0be1545a4f25fcd6993371155b37bbb26.tar.xz
Docs: Fix typos found by codespell
Diffstat (limited to 'tests/test_vli.c')
-rw-r--r--tests/test_vli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_vli.c b/tests/test_vli.c
index e82e7270..996b775b 100644
--- a/tests/test_vli.c
+++ b/tests/test_vli.c
@@ -90,7 +90,7 @@ encode_single_call_mode(lzma_vli input, const uint8_t *expected,
// Helper function for test_lzma_vli_encode
// Encodes an input VLI one byte at a time with the multi call
-// method. Then compares agaist a pre-computed value
+// method. Then compares against a pre-computed value
static void
encode_multi_call_mode(lzma_vli input, const uint8_t *expected,
uint32_t expected_len)