Skip to content

Commit e92df48

Browse files
tomspurschacon
authored andcommitted
fixing "thier" -> "their"
Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>
1 parent 7217a7c commit e92df48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/52_The_Packfile/0_The_Packfile.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Ruby, you might read the header data like this:
5656
[sig, ver, entries]
5757
end
5858

59-
After that, you get a series of packed objects, in order of thier SHAs
59+
After that, you get a series of packed objects, in order of their SHAs
6060
which each consist of an object header and object contents. At the end
6161
of the packfile is a 20-byte SHA1 sum of all the shas (in sorted order) in that
6262
packfile.
@@ -100,4 +100,4 @@ adhere to are:
100100
packfile;
101101

102102
* the base object must be of the same underlying type (blob, tree, commit
103-
or tag);
103+
or tag);

0 commit comments

Comments
 (0)