diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:40:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:40:01 -0800 |
commit | 341d9a48cc4a6993f952c5c13417ba88227ef427 (patch) | |
tree | 0305f99d631add335ece0abe52c2cfde8aafab1e /Documentation | |
parent | 8222153d8449cb1d0f9c4b06b7f7f5b0c5128205 (diff) | |
download | git-341d9a48cc4a6993f952c5c13417ba88227ef427.tar.gz git-341d9a48cc4a6993f952c5c13417ba88227ef427.tar.xz |
Fix typo in 1.6.6.2 release notes
Of course, these are changes since 1.6.6.1; changes since 1.6.6.2
would have been nil.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.6.6.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.6.2.txt b/Documentation/RelNotes-1.6.6.2.txt index 1a0ba377c..4eaddc010 100644 --- a/Documentation/RelNotes-1.6.6.2.txt +++ b/Documentation/RelNotes-1.6.6.2.txt @@ -1,7 +1,7 @@ Git v1.6.6.2 Release Notes ========================== -Fixes since v1.6.6.2 +Fixes since v1.6.6.1 -------------------- * recursive merge didn't correctly diagnose its own programming errors, |