From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:30 +0000 (+0000) Subject: object-file: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28012b915c1e6c535dcd42fc1460ea070e5f978f;p=thirdparty%2Fgit.git object-file: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- 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.