diff options
| author | Elijah Newren <newren@gmail.com> | 2019-11-05 17:07:23 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 16:00:54 +0900 |
| commit | 15beaaa3d1f6b555900446deb5e376b4f806d734 (patch) | |
| tree | 96a960cd2c0c9b1cceeb9c7f5ed46680ba5e67b9 /builtin/pack-objects.c | |
| parent | Fix spelling errors in documentation outside of Documentation/ (diff) | |
| download | git-15beaaa3d1f6b555900446deb5e376b4f806d734.tar.gz git-15beaaa3d1f6b555900446deb5e376b4f806d734.zip | |
Fix spelling errors in code comments
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/pack-objects.c')
| -rw-r--r-- | builtin/pack-objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c index 5876583220..393c20a2d7 100644 --- a/builtin/pack-objects.c +++ b/builtin/pack-objects.c @@ -163,7 +163,7 @@ static void *get_delta(struct object_entry *entry) delta_buf = diff_delta(base_buf, base_size, buf, size, &delta_size, 0); /* - * We succesfully computed this delta once but dropped it for + * We successfully computed this delta once but dropped it for * memory reasons. Something is very wrong if this time we * recompute and create a different delta. */ |
