aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitformat-chunk.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:05 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:24 -0700
commit384f7d17d2f0d0ca689d8dda16f752c75a8ac634 (patch)
treed11dc4f719cf8d155f09cc7aedd22939c23f6295 /Documentation/gitformat-chunk.txt
parent82e81edf718302c20c37b17a69a768bc36837a72 (diff)
downloadgit-384f7d17d2f0d0ca689d8dda16f752c75a8ac634.tar.gz
documentation: fix typos
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitformat-chunk.txt')
-rw-r--r--Documentation/gitformat-chunk.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitformat-chunk.txt b/Documentation/gitformat-chunk.txt
index 57202ede27..76ea678398 100644
--- a/Documentation/gitformat-chunk.txt
+++ b/Documentation/gitformat-chunk.txt
@@ -42,7 +42,7 @@ Each row consists of a 4-byte chunk identifier (ID) and an 8-byte offset.
Each integer is stored in network-byte order.
The chunk identifier `ID[i]` is a label for the data stored within this
-fill from `OFFSET[i]` (inclusive) to `OFFSET[i+1]` (exclusive). Thus, the
+file from `OFFSET[i]` (inclusive) to `OFFSET[i+1]` (exclusive). Thus, the
size of the `i`th chunk is equal to the difference between `OFFSET[i+1]`
and `OFFSET[i]`. This requires that the chunk data appears contiguously
in the same order as the table of contents.