diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-24 19:23:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-24 19:23:01 -0700 |
commit | 0def7126fda12600017a1d8cd598ee0516cf60a2 (patch) | |
tree | b6d32fc682657ea5511434178748a7a56a0f56bc /Documentation/RelNotes/1.7.5.4.txt | |
parent | Merge branch 'es/contacts' (diff) | |
parent | typofix: in-code comments (diff) | |
download | tgif-0def7126fda12600017a1d8cd598ee0516cf60a2.tar.xz |
Merge branch 'ob/typofixes'
* ob/typofixes:
typofix: in-code comments
typofix: documentation
typofix: release notes
Diffstat (limited to 'Documentation/RelNotes/1.7.5.4.txt')
-rw-r--r-- | Documentation/RelNotes/1.7.5.4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.5.4.txt b/Documentation/RelNotes/1.7.5.4.txt index cf3f455ced..7796df3fe4 100644 --- a/Documentation/RelNotes/1.7.5.4.txt +++ b/Documentation/RelNotes/1.7.5.4.txt @@ -5,7 +5,7 @@ Fixes since v1.7.5.3 -------------------- * The single-key mode of "git add -p" was easily fooled into thinking - that it was told to add everthing ('a') when up-arrow was pressed by + that it was told to add everything ('a') when up-arrow was pressed by mistake. * Setting a git command that uses custom configuration via "-c var=val" |