diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:30 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:00 -0700 |
| commit | 28012b915c1e6c535dcd42fc1460ea070e5f978f (patch) | |
| tree | ab3b3a4204231059166e2df48ca6e1e2ee915377 /object-file.c | |
| parent | a966ad1e1b5d3c4788294262ba4bcd67f79176ea (diff) | |
| download | git-28012b915c1e6c535dcd42fc1460ea070e5f978f.tar.gz | |
object-file: fix a typo
Fix a typo in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'object-file.c')
| -rw-r--r-- | object-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
