Skip to content

Commit addf88e

Browse files
Pavel RoskinJunio C Hamano
authored andcommitted
Assorted typo fixes
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 88f0d5d commit addf88e

21 files changed

+34
-34
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ People on the git mailing list need to be able to read and
4949
comment on the changes you are submitting. It is important for
5050
a developer to be able to "quote" your changes, using standard
5151
e-mail tools, so that they may comment on specific portions of
52-
your code. For this reason, all patches should be submited
52+
your code. For this reason, all patches should be submitted
5353
"inline". WARNING: Be wary of your MUAs word-wrap
5454
corrupting your patch. Do not cut-n-paste your patch; you can
5555
lose tabs that way if you are not careful.

Documentation/cvs-migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ machine where the repository is hosted. If you don't want to give them a
9393
full shell on the machine, there is a restricted shell which only allows
9494
users to do git pushes and pulls; see gitlink:git-shell[1].
9595

96-
Put all the committers should in the same group, and make the repository
96+
Put all the committers in the same group, and make the repository
9797
writable by that group:
9898

9999
------------------------------------------------

Documentation/git-diff-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ omit diff output for unmerged entries and just show "Unmerged".
3737
commit with these flags.
3838

3939
-q::
40-
Remain silent even on nonexisting files
40+
Remain silent even on nonexistent files
4141

4242
Output format
4343
-------------

Documentation/git-init-db.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DESCRIPTION
2525
-----------
2626
This command creates an empty git repository - basically a `.git` directory
2727
with subdirectories for `objects`, `refs/heads`, `refs/tags`, and
28-
templated files.
28+
template files.
2929
An initial `HEAD` file that references the HEAD of the master branch
3030
is also created.
3131

Documentation/git-mailsplit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OPTIONS
2525

2626
-b::
2727
If any file doesn't begin with a From line, assume it is a
28-
single mail message instead of signalling error.
28+
single mail message instead of signaling error.
2929

3030
-d<prec>::
3131
Instead of the default 4 digits with leading zeros,

Documentation/git-merge.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ your local modifications interfere with the merge, again, it
8383
stops before touching anything.
8484

8585
So in the above two "failed merge" case, you do not have to
86-
worry about lossage of data --- you simply were not ready to do
86+
worry about loss of data --- you simply were not ready to do
8787
a merge, so no merge happened at all. You may want to finish
8888
whatever you were in the middle of doing, and retry the same
8989
pull after you are done and ready.

Documentation/git-p4import.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Tags
128128
A git tag of the form p4/xx is created for every change imported from
129129
the Perforce repository where xx is the Perforce changeset number.
130130
Therefore after the import you can use git to access any commit by its
131-
Perforce number, eg. git show p4/327.
131+
Perforce number, e.g. git show p4/327.
132132

133133
The tag associated with the HEAD commit is also how `git-p4import`
134134
determines if there are new changes to incrementally import from the
@@ -143,7 +143,7 @@ may delete the tags.
143143

144144
Notes
145145
-----
146-
You can interrupt the import (eg. ctrl-c) at any time and restart it
146+
You can interrupt the import (e.g. ctrl-c) at any time and restart it
147147
without worry.
148148

149149
Author information is automatically determined by querying the

Documentation/git-pack-redundant.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OPTIONS
2929

3030

3131
--all::
32-
Processes all packs. Any filenames on the commandline are ignored.
32+
Processes all packs. Any filenames on the command line are ignored.
3333

3434
--alt-odb::
3535
Don't require objects present in packs from alternate object

Documentation/git-push.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Some short-cut notations are also supported.
6767

6868
-f, \--force::
6969
Usually, the command refuses to update a remote ref that is
70-
not a descendent of the local ref used to overwrite it.
70+
not a descendant of the local ref used to overwrite it.
7171
This flag disables the check. This can cause the
7272
remote repository to lose commits; use it with care.
7373

Documentation/git-repo-config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ you can set the filemode to true with
119119
% git repo-config core.filemode true
120120
------------
121121

122-
The hypothetic proxy command entries actually have a postfix to discern
123-
to what URL they apply. Here is how to change the entry for kernel.org
122+
The hypothetical proxy command entries actually have a postfix to discern
123+
what URL they apply to. Here is how to change the entry for kernel.org
124124
to "ssh".
125125

126126
------------

0 commit comments

Comments
 (0)