diff mbox series

[10/20] object-file: fix a typo

Message ID 877bbf5c3904c2453b4dfe0eed6695fa3fafe063.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit 28012b915c1e6c535dcd42fc1460ea070e5f978f
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 object-file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/object-file.c b/object-file.c
index c5994202ba0..21266429817 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.