Skip to content

Commit 20f50f1

Browse files
Michael ColemanJunio C Hamano
authored andcommitted
fix various doc typos
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2eb0653 commit 20f50f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Documentation/RelNotes-1.5.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Updates since v1.5.0
5050
LF at the end of lines. Currently, which paths to consider
5151
'text' (i.e. be subjected to the autocrlf mechanism) is
5252
decided purely based on the contents, but the plan is to
53-
allow users to explicitly override this heuristics based on
53+
allow users to explicitly override this heuristic based on
5454
paths.
5555

5656
- The behaviour of 'git-apply', when run in a subdirectory,

Documentation/git-bundle.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DESCRIPTION
1919
Some workflows require that one or more branches of development on one
2020
machine be replicated on another machine, but the two machines cannot
2121
be directly connected so the interactive git protocols (git, ssh,
22-
rsync, http) cannot be used. This command provides suport for
22+
rsync, http) cannot be used. This command provides support for
2323
git-fetch and git-pull to operate by packaging objects and references
2424
in an archive at the originating machine, then importing those into
2525
another repository using gitlink:git-fetch[1] and gitlink:git-pull[1]
@@ -58,7 +58,7 @@ unbundle <file>::
5858
gitlink:git-fetch[1].
5959

6060
[git-rev-list-args...]::
61-
A list of arguments, accepatble to git-rev-parse and
61+
A list of arguments, acceptable to git-rev-parse and
6262
git-rev-list, that specify the specific objects and references
6363
to transport. For example, "master~10..master" causes the
6464
current master reference to be packaged along with all objects
@@ -70,7 +70,7 @@ unbundle <file>::
7070
[refname...]::
7171
A list of references used to limit the references reported as
7272
available. This is principally of use to git-fetch, which
73-
expects to recieve only those references asked for and not
73+
expects to receive only those references asked for and not
7474
necessarily everything in the pack (in this case, git-bundle is
7575
acting like gitlink:git-fetch-pack[1]).
7676

@@ -87,7 +87,7 @@ specified explicitly (e.g., ^master~10), or implicitly (e.g.,
8787
master~10..master, master --since=10.days.ago).
8888

8989
It is very important that the basis used be held by the destination.
90-
It is ok to err on the side of conservatism, causing the bundle file
90+
It is okay to err on the side of conservatism, causing the bundle file
9191
to contain objects already in the destination as these are ignored
9292
when unpacking at the destination.
9393

Documentation/git-svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Tracking and contributing to an entire Subversion-managed project
405405
# with the appropriate name):
406406
git reset --hard remotes/trunk
407407
# You may only dcommit to one branch/tag/trunk at a time. The usage
408-
# of dcommit/rebase/show-ignore should be teh same as above.
408+
# of dcommit/rebase/show-ignore should be the same as above.
409409
------------------------------------------------------------------------
410410

411411
REBASE VS. PULL/MERGE

0 commit comments

Comments
 (0)