diff mbox series

Documentation/RelNotes: fix a typo in 2.29's relnotes

Message ID 20200910220833.14015-1-rafaeloliveira.cs@gmail.com (mailing list archive)
State New, archived
Headers show
Series Documentation/RelNotes: fix a typo in 2.29's relnotes | expand

Commit Message

Rafael Silva Sept. 10, 2020, 10:08 p.m. UTC
fixing a simple typo on 2.29's release notes

Signed-off-by: Rafael Silva <rafaeloliveira.cs@gmail.com>
---
 Documentation/RelNotes/2.29.0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/RelNotes/2.29.0.txt b/Documentation/RelNotes/2.29.0.txt
index 4adb9ce124..e8538549e3 100644
--- a/Documentation/RelNotes/2.29.0.txt
+++ b/Documentation/RelNotes/2.29.0.txt
@@ -304,7 +304,7 @@  Fixes since v2.28
    (merge 6479ea4a8a jk/xrealloc-avoid-use-after-free later to maint).
 
  * "git status" has trouble showing where it came from by interpreting
-   reflog entries that recordcertain events, e.g. "checkout @{u}", and
+   reflog entries that record certain events, e.g. "checkout @{u}", and
    gives a hard/fatal error.  Even though it inherently is impossible
    to give a correct answer because the reflog entries lose some
    information (e.g. "@{u}" does not record what branch the user was