From 28012b915c1e6c535dcd42fc1460ea070e5f978f Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:30 +0000 Subject: [PATCH] object-file: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- object-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object-file.c b/object-file.c index 065103be3e..d9e6f3650c 100644 --- a/object-file.c +++ b/object-file.c @@ -2275,7 +2275,7 @@ int stream_loose_object(struct input_stream *in_stream, size_t len, /* * Common steps for write_loose_object and stream_loose_object to - * end writing loose oject: + * end writing loose object: * * - End the compression of zlib stream. * - Get the calculated oid. -- 2.47.3