Skip to content

Commit 76bac89

Browse files
Ralf Wildenhuesgitster
authored andcommitted
Fix typos in the documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c0a4ae5 commit 76bac89

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/RelNotes-1.6.1.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ on.
5555
to a non-zero value to accept the suggestion when git can uniquely
5656
guess.
5757

58-
* The packfile machinery hopefully is more robust when dealilng with
58+
* The packfile machinery hopefully is more robust when dealing with
5959
corrupt packs if redundant objects involved in the corruption are
60-
available elsehwere.
60+
available elsewhere.
6161

6262
* "git add -N path..." adds the named paths as an empty blob, so that
6363
subsequent "git diff" will show a diff as if they are creation events.
@@ -157,7 +157,7 @@ on.
157157
* "git log" learned "--source" to show what ref each commit was reached
158158
from.
159159

160-
* "git log" also learned "--simplify-by-decration" to show the
160+
* "git log" also learned "--simplify-by-decoration" to show the
161161
birds-eye-view of the topology of the history.
162162

163163
* "git log --pretty=format:" learned "%d" format element that inserts

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ gui.fastcopyblame::
820820
repositories at the expense of less thorough copy detection.
821821

822822
gui.copyblamethreshold::
823-
Specifies the theshold to use in 'git gui blame' original location
823+
Specifies the threshold to use in 'git gui blame' original location
824824
detection, measured in alphanumeric characters. See the
825825
linkgit:git-blame[1] manual for more information on copy detection.
826826

Documentation/git-add.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ OPTIONS
9898
Record only the fact that the path will be added later. An entry
9999
for the path is placed in the index with no content. This is
100100
useful for, among other things, showing the unstaged content of
101-
such files with 'git diff' and commiting them with 'git commit
101+
such files with 'git diff' and committing them with 'git commit
102102
-a'.
103103

104104
--refresh::

0 commit comments

Comments
 (0)