RelNotes: minor typofix
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
SZEDER Gábor committed
Jan 12, 2018 at 11:47 UTC
0c37383f2ecfce28f67dbc49704ab3755d41eed0
1 file changed
+1
-1
Documentation/RelNotes/2.16.0.txt
+1
-1
@@ -341,7 +341,7 @@ Fixes since v2.15
341
* Command line completion (in contrib/) has been taught about the
342
"--copy" option of "git branch".
343
344
- * When "git rebase" prepared an mailbox of changes and fed it to "git
344
+ * When "git rebase" prepared a mailbox of changes and fed it to "git
345
am" to replay them, it was confused when a stray "From " happened
346
to be in the log message of one of the replayed changes. This has
347
been corrected.