diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-03-03 19:29:20 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-03 21:40:36 -0800 |
commit | c0bc2eeb1e03593ca816f63deda662da5a25ab83 (patch) | |
tree | f68bc42e687d5e7d493c76b019670dccffc7c8b4 /Documentation/RelNotes-1.6.0.2.txt | |
parent | 8d1b9d23a04f43f45bd3b20616936fcdd3021446 (diff) | |
download | git-c0bc2eeb1e03593ca816f63deda662da5a25ab83.tar.gz |
Documentation: Typos / spelling fixes in RelNotes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.0.2.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.0.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.0.2.txt b/Documentation/RelNotes-1.6.0.2.txt index 7a9646fc4f..51b32f5d94 100644 --- a/Documentation/RelNotes-1.6.0.2.txt +++ b/Documentation/RelNotes-1.6.0.2.txt @@ -7,7 +7,7 @@ Fixes since v1.6.0.1 * Installation on platforms that needs .exe suffix to git-* programs were broken in 1.6.0.1. -* Installation on filesystems without symbolic links support did nto +* Installation on filesystems without symbolic links support did not work well. * In-tree documentations and test scripts now use "git foo" form to set a |