Skip to content

Commit 0d8beaa

Browse files
committed
Typofix draft release notes to 1.8.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4d06473 commit 0d8beaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/RelNotes/1.8.4.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Performance, Internal Implementation, etc.
267267
been susceptible to lossage of refs under right conditions, which
268268
has been tightened up.
269269

270-
* We read loose and packed rerferences in two steps, but after
270+
* We read loose and packed references in two steps, but after
271271
deciding to read a loose ref but before actually opening it to read
272272
it, another process racing with us can unlink it, which would cause
273273
us to barf. The codepath has been updated to retry when such a
@@ -379,7 +379,7 @@ details).
379379

380380
* "git apply" parsed patches that add new files, generated by
381381
programs other than Git, incorrectly. This is an old breakage in
382-
v1.7.11 and will need to be merged down to the maintanance tracks.
382+
v1.7.11 and will need to be merged down to the maintenance tracks.
383383

384384
* Older cURL wanted piece of memory we call it with to be stable, but
385385
we updated the auth material after handing it to a call.

0 commit comments

Comments
 (0)