aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.0.txt
diff options
context:
space:
mode:
authorMike Ralphson <mike@abacus.co.uk>2008-08-05 17:12:05 +0100
committerJunio C Hamano <gitster@pobox.com>2008-08-05 21:21:18 -0700
commit1168d402d2962f56cbc921bbc954d8f2179c8ba7 (patch)
tree74f6851b69153316af6706004e11c0a1a14ee757 /Documentation/RelNotes-1.6.0.txt
parent04bb50f45dda9aeb755e943cbc9df264cfc8cbc5 (diff)
downloadgit-1168d402d2962f56cbc921bbc954d8f2179c8ba7.tar.gz
git-1168d402d2962f56cbc921bbc954d8f2179c8ba7.tar.xz
Documentation: typos / spelling fixes
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.txt')
-rw-r--r--Documentation/RelNotes-1.6.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.0.txt b/Documentation/RelNotes-1.6.0.txt
index 2542cf53d..614a3be94 100644
--- a/Documentation/RelNotes-1.6.0.txt
+++ b/Documentation/RelNotes-1.6.0.txt
@@ -187,7 +187,7 @@ Updates since v1.5.6
command internally uses rev-parse to interpret its arguments.
* git-rev-list learned --children option to show child commits it
- encountered during the traversal, instead of shoing parent commits.
+ encountered during the traversal, instead of showing parent commits.
* git-send-mail can talk not just over SSL but over TLS now.