diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2008-08-05 17:12:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:18 -0700 |
commit | 1168d402d2962f56cbc921bbc954d8f2179c8ba7 (patch) | |
tree | 74f6851b69153316af6706004e11c0a1a14ee757 /Documentation/git-cat-file.txt | |
parent | Merge branch 'maint' (diff) | |
download | tgif-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/git-cat-file.txt')
-rw-r--r-- | Documentation/git-cat-file.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index d35e8a04fe..668f697c2a 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -81,7 +81,7 @@ object specified on stdin: ------------ If '--batch-check' is specified, output of the following form is printed for -each object specified fon stdin: +each object specified on stdin: ------------ <sha1> SP <type> SP <size> LF |