From: Taylor Blau Date: Mon, 23 Jun 2025 22:32:24 +0000 (-0400) Subject: pack-objects: fix typo in 'show_object_pack_hint()' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ed5d87bdd03469249373dead5d12ff4590bcccc;p=thirdparty%2Fgit.git pack-objects: fix typo in 'show_object_pack_hint()' Noticed-by: Elijah Newren Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c index 3437dbd7f1..9580b4ea1a 100644 --- a/builtin/pack-objects.c +++ b/builtin/pack-objects.c @@ -3767,7 +3767,7 @@ static void show_object_pack_hint(struct object *object, const char *name, * would typically pick up during a reachability traversal. * * Make a best-effort attempt to fill in the ->hash and ->no_try_delta - * here using a now in order to perhaps improve the delta selection + * fields here in order to perhaps improve the delta selection * process. */ oe->hash = pack_name_hash_fn(name);