diff options
author | Evan Zacks <zackse@gmail.com> | 2017-09-13 00:58:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-14 08:09:02 +0200 |
commit | be94568bc7edf3ae4baf7542c216df3d6996373c (patch) | |
tree | 525eccd87e5b8d6ed9f120cf8df387405d78bda6 /Documentation/git-cat-file.txt | |
parent | RelNotes: further fixes for 2.14.2 from the master front (diff) | |
download | git-be94568bc7edf3ae4baf7542c216df3d6996373c.tar.xz git-be94568bc7edf3ae4baf7542c216df3d6996373c.zip |
doc: fix minor typos (extra/duplicated words)
Following are several fixes for duplicated words ("of of") and one
case where an extra article ("a") slipped in.
Signed-off-by: Evan Zacks <zackse@gmail.com>
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 204541c690..fb09cd69d6 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -192,7 +192,7 @@ newline. The available atoms are: The 40-hex object name of the object. `objecttype`:: - The type of of the object (the same as `cat-file -t` reports). + The type of the object (the same as `cat-file -t` reports). `objectsize`:: The size, in bytes, of the object (the same as `cat-file -s` |