Skip to content

Commit be94568

Browse files
zacksegitster
authored andcommitted
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>
1 parent 94c9fd2 commit be94568

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/git-cat-file.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ newline. The available atoms are:
192192
The 40-hex object name of the object.
193193

194194
`objecttype`::
195-
The type of of the object (the same as `cat-file -t` reports).
195+
The type of the object (the same as `cat-file -t` reports).
196196

197197
`objectsize`::
198198
The size, in bytes, of the object (the same as `cat-file -s`

Documentation/git-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ git checkout -b <branch> --track <remote>/<branch>
3838
------------
3939
+
4040
You could omit <branch>, in which case the command degenerates to
41-
"check out the current branch", which is a glorified no-op with a
41+
"check out the current branch", which is a glorified no-op with
4242
rather expensive side-effects to show only the tracking information,
4343
if exists, for the current branch.
4444

Documentation/git-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ OPTIONS
171171
object that does not have notes attached to it.
172172

173173
--stdin::
174-
Also read the object names to remove notes from from the standard
174+
Also read the object names to remove notes from the standard
175175
input (there is no reason you cannot combine this with object
176176
names from the command line).
177177

Documentation/git-update-index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ you will need to handle the situation manually.
153153
+
154154
Version 4 performs a simple pathname compression that reduces index
155155
size by 30%-50% on large repositories, which results in faster load
156-
time. Version 4 is relatively young (first released in in 1.8.0 in
156+
time. Version 4 is relatively young (first released in 1.8.0 in
157157
October 2012). Other Git implementations such as JGit and libgit2
158158
may not support it yet.
159159

0 commit comments

Comments
 (0)