]> git.ipfire.org Git - thirdparty/git.git/commitdiff
object-file: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:30 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:00 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-file.c

index 065103be3ea923e3fcc87bf5e8e366d202544b14..d9e6f3650ca2e41c9c291de84d9d3171e4ebc0e1 100644 (file)
@@ -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.