diff options
author | Andrew Kreimer <algonell@gmail.com> | 2024-10-10 18:11:24 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-10-10 13:31:13 -0700 |
commit | ca2746b79178410a21dfb82e604bc7d4901da08d (patch) | |
tree | 9bbef7a267e994bf03ae90c96e11916df7a962a9 /t/unit-tests/t-reftable-basics.c | |
parent | f5dedddb753e5366168052cc9cbfec760bbeb3ee (diff) |
t/unit-tests: fix typos
Fix typos via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/unit-tests/t-reftable-basics.c')
-rw-r--r-- | t/unit-tests/t-reftable-basics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/unit-tests/t-reftable-basics.c b/t/unit-tests/t-reftable-basics.c index e5556ebf52..a9a9f888a4 100644 --- a/t/unit-tests/t-reftable-basics.c +++ b/t/unit-tests/t-reftable-basics.c @@ -54,7 +54,7 @@ int cmd_main(int argc UNUSED, const char *argv[] UNUSED) } } - if_test ("names_length retuns size of a NULL-terminated string array") { + if_test ("names_length returns size of a NULL-terminated string array") { const char *a[] = { "a", "b", NULL }; check_int(names_length(a), ==, 2); } |