Skip to content

Commit 469bfc9

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 01b97a4 commit 469bfc9

File tree

12 files changed

+26
-27
lines changed

12 files changed

+26
-27
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Writing Documentation:
157157
--sort=<key>
158158
--abbrev[=<n>]
159159

160-
Possibility of multiple occurences is indicated by three dots:
160+
Possibility of multiple occurrences is indicated by three dots:
161161
<file>...
162162
(One or more of <file>.)
163163

Documentation/RelNotes/1.7.4.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ Updates since v1.7.3
88
docbook-xsl >= 1.73. If you have older versions, you can set
99
ASCIIDOC7 and ASCIIDOC_ROFF, respectively.
1010

11-
* The option parsers of various commands that create new branch (or
11+
* The option parsers of various commands that create new branches (or
1212
rename existing ones to a new name) were too loose and users were
13-
allowed to call a branch with a name that begins with a dash by
14-
creative abuse of their command line options, which only lead to
15-
burn themselves. The name of a branch cannot begin with a dash
16-
now.
13+
allowed to give a branch a name that begins with a dash by creative
14+
abuse of their command line options, which only led to burning
15+
themselves. The name of a branch cannot begin with a dash now.
1716

1817
* System-wide fallback default attributes can be stored in
1918
/etc/gitattributes; core.attributesfile configuration variable can

Documentation/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ diff.wordRegex::
892892

893893
fetch.recurseSubmodules::
894894
A boolean value which changes the behavior for fetch and pull, the
895-
default is to not recursively fetch populated sumodules unless
895+
default is to not recursively fetch populated submodules unless
896896
configured otherwise.
897897

898898
fetch.unpackLimit::
@@ -1811,7 +1811,7 @@ submodule.<name>.update::
18111811

18121812
submodule.<name>.fetchRecurseSubmodules::
18131813
This option can be used to enable/disable recursive fetching of this
1814-
submodule. It can be overriden by using the --[no-]recurse-submodules
1814+
submodule. It can be overridden by using the --[no-]recurse-submodules
18151815
command line option to "git fetch" and "git pull".
18161816
This setting will override that from in the linkgit:gitmodules[5]
18171817
file.

Documentation/git-add.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ likely to introduce confusing changes to the index.
333333
There are also more complex operations that can be performed. But beware
334334
that because the patch is applied only to the index and not the working
335335
tree, the working tree will appear to "undo" the change in the index.
336-
For example, introducing a a new line into the index that is in neither
336+
For example, introducing a new line into the index that is in neither
337337
the HEAD nor the working tree will stage the new line for commit, but
338338
the line will appear to be reverted in the working tree.
339339

Documentation/git-bundle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unbundle <file>::
5959

6060
<git-rev-list-args>::
6161
A list of arguments, acceptable to 'git rev-parse' and
62-
'git rev-list' (and containg a named ref, see SPECIFYING REFERENCES
62+
'git rev-list' (and containing a named ref, see SPECIFYING REFERENCES
6363
below), that specifies the specific objects and references
6464
to transport. For example, `master{tilde}10..master` causes the
6565
current master reference to be packaged along with all objects

Documentation/git-fmt-merge-msg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ merge.log::
5757
In addition to branch names, populate the log message with at
5858
most the specified number of one-line descriptions from the
5959
actual commits that are being merged. Defaults to false, and
60-
true is a synoym for 20.
60+
true is a synonym for 20.
6161

6262
merge.summary::
6363
Synonym to `merge.log`; this is deprecated and will be removed in

Documentation/git-remote-ext.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ This remote helper uses the specified 'program' to connect
1515
to a remote git server.
1616

1717
Data written to stdin of this specified 'program' is assumed
18-
to be sent to git:// server, git-upload-pack, git-receive-pack
18+
to be sent to a git:// server, git-upload-pack, git-receive-pack
1919
or git-upload-archive (depending on situation), and data read
2020
from stdout of this program is assumed to be received from
2121
the same service.
2222

23-
Command and arguments are separated by unescaped space.
23+
Command and arguments are separated by an unescaped space.
2424

2525
The following sequences have a special meaning:
2626

@@ -39,19 +39,19 @@ The following sequences have a special meaning:
3939
git-upload-pack, or git-upload-archive) of the service
4040
git wants to invoke.
4141

42-
'%G' (must be first characters in argument)::
42+
'%G' (must be the first characters in an argument)::
4343
This argument will not be passed to 'program'. Instead, it
44-
will cause helper to start by sending git:// service request to
45-
remote side with service field set to approiate value and
46-
repository field set to rest of the argument. Default is not to send
47-
such request.
44+
will cause the helper to start by sending git:// service requests to
45+
the remote side with the service field set to an appropriate value and
46+
the repository field set to rest of the argument. Default is not to send
47+
such a request.
4848
+
4949
This is useful if remote side is git:// server accessed over
5050
some tunnel.
5151

5252
'%V' (must be first characters in argument)::
5353
This argument will not be passed to 'program'. Instead it sets
54-
the vhost field in git:// service request (to rest of the argument).
54+
the vhost field in the git:// service request (to rest of the argument).
5555
Default is not to send vhost in such request (if sent).
5656

5757
ENVIRONMENT VARIABLES:

Documentation/git-remote-fd.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ SYNOPSIS
1111

1212
DESCRIPTION
1313
-----------
14-
This helper uses specified file descriptors to connect to remote git server.
14+
This helper uses specified file descriptors to connect to a remote git server.
1515
This is not meant for end users but for programs and scripts calling git
1616
fetch, push or archive.
1717

18-
If only <infd> is given, it is assumed to be bidirectional socket connected
18+
If only <infd> is given, it is assumed to be a bidirectional socket connected
1919
to remote git server (git-upload-pack, git-receive-pack or
2020
git-upload-achive). If both <infd> and <outfd> are given, they are assumed
21-
to be pipes connected to remote git server (<infd> being the inbound pipe
21+
to be pipes connected to a remote git server (<infd> being the inbound pipe
2222
and <outfd> being the outbound pipe.
2323

2424
It is assumed that any handshaking procedures have already been completed
2525
(such as sending service request for git://) before this helper is started.
2626

27-
<anything> can be any string. It is ignored. It is meant for provoding
27+
<anything> can be any string. It is ignored. It is meant for providing
2828
information to user in the URL in case that URL is displayed in some
2929
context.
3030

Documentation/git-svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ old references to SVN revision numbers in existing documentation, bug
613613
reports and archives. If you plan to eventually migrate from SVN to git
614614
and are certain about dropping SVN history, consider
615615
linkgit:git-filter-branch[1] instead. filter-branch also allows
616-
reformating of metadata for ease-of-reading and rewriting authorship
616+
reformatting of metadata for ease-of-reading and rewriting authorship
617617
info for non-"svn.authorsFile" users.
618618

619619
svn.useSvmProps::

Documentation/gitmodules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ submodule.<name>.fetchRecurseSubmodules::
4949
submodule. If this option is also present in the submodules entry in
5050
.git/config of the superproject, the setting there will override the
5151
one found in .gitmodules.
52-
Both settings can be overriden on the command line by using the
52+
Both settings can be overridden on the command line by using the
5353
"--[no-]recurse-submodules" option to "git fetch" and "git pull"..
5454

5555
submodule.<name>.ignore::

0 commit comments

Comments
 (0)