aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-basics.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-11-25 12:29:48 +0900
committerJunio C Hamano <gitster@pobox.com>2024-11-25 12:29:48 +0900
commitb3ba1efa5016f206f22c6467c66214719dcc55cf (patch)
tree7f39128d0bae48427081c1dc4f484443a79787cf /t/unit-tests/t-reftable-basics.c
parentMerge branch 'xx/protocol-v2-doc-markup-fix' into maint-2.47 (diff)
parentt: fix typos (diff)
downloadgit-b3ba1efa5016f206f22c6467c66214719dcc55cf.tar.gz
git-b3ba1efa5016f206f22c6467c66214719dcc55cf.zip
Merge branch 'ak/typofixes' into maint-2.47
Typofixes. * ak/typofixes: t: fix typos t/helper: fix a typo t/perf: fix typos t/unit-tests: fix typos contrib: fix typos compat: fix typos
Diffstat (limited to 't/unit-tests/t-reftable-basics.c')
-rw-r--r--t/unit-tests/t-reftable-basics.c2
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);
}