aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2018-01-12 11:47:36 +0100
committerJunio C Hamano <gitster@pobox.com>2018-01-12 10:40:42 -0800
commit0c37383f2ecfce28f67dbc49704ab3755d41eed0 (patch)
tree39d50f52705d578313106e4caeeaf646477e3340
parentc6c75c93aaeb97bab6fd25b672a641c84dd85d59 (diff)
downloadgit-0c37383f2ecfce28f67dbc49704ab3755d41eed0.tar.gz
git-0c37383f2ecfce28f67dbc49704ab3755d41eed0.tar.xz
RelNotes: minor typofix
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.16.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.16.0.txt b/Documentation/RelNotes/2.16.0.txt
index 0c8464492..919f3eb3e 100644
--- a/Documentation/RelNotes/2.16.0.txt
+++ b/Documentation/RelNotes/2.16.0.txt
@@ -341,7 +341,7 @@ Fixes since v2.15
* Command line completion (in contrib/) has been taught about the
"--copy" option of "git branch".
- * When "git rebase" prepared an mailbox of changes and fed it to "git
+ * When "git rebase" prepared a mailbox of changes and fed it to "git
am" to replay them, it was confused when a stray "From " happened
to be in the log message of one of the replayed changes. This has
been corrected.