From c32d4a8cfe467f5cc5df70b87db27fa210d63d4b Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 21 Oct 2024 17:12:26 +0200 Subject: global: Fix duplicate word typos Used regex to find these typos: (? Signed-off-by: Taylor Blau --- oidtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oidtree.c') diff --git a/oidtree.c b/oidtree.c index 92d03b52db..151568f74f 100644 --- a/oidtree.c +++ b/oidtree.c @@ -47,7 +47,7 @@ void oidtree_insert(struct oidtree *ot, const struct object_id *oid) /* * n.b. Current callers won't get us duplicates, here. If a - * future caller causes duplicates, there'll be a a small leak + * future caller causes duplicates, there'll be a small leak * that won't be freed until oidtree_clear. Currently it's not * worth maintaining a free list */ -- cgit v1.2.3