diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-22 23:02:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-22 16:06:48 -0700 |
commit | 1114fc023772001bb7053789461c69b0c3c994e3 (patch) | |
tree | 05fdf4f176d27b9413ebb171bb4c6818789689c3 /Documentation/RelNotes/1.8.2.1.txt | |
parent | 0bde8c0c1e53e2b2001f4ced58d3e66865758cea (diff) | |
download | git-1114fc023772001bb7053789461c69b0c3c994e3.tar.gz git-1114fc023772001bb7053789461c69b0c3c994e3.tar.xz |
typofix: release notes
Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.2.1.txt')
-rw-r--r-- | Documentation/RelNotes/1.8.2.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.2.1.txt b/Documentation/RelNotes/1.8.2.1.txt index 1354ad03f..769a6fc06 100644 --- a/Documentation/RelNotes/1.8.2.1.txt +++ b/Documentation/RelNotes/1.8.2.1.txt @@ -49,7 +49,7 @@ Fixes since v1.8.2 common prefix and suffix between the two filenames overlapped. * "git submodule update", when recursed into sub-submodules, did not - acccumulate the prefix paths. + accumulate the prefix paths. * "git am $maildir/" applied messages in an unexpected order; sort filenames read from the maildir/ in a way that is more likely to |