Skip to content

Commit 6a5d0b0

Browse files
Ralf Wildenhuesgitster
authored andcommitted
Fix typos in technical documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b0883aa commit 6a5d0b0

13 files changed

+24
-24
lines changed

Documentation/diff-format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]::
1919
git-diff-files [<pattern>...]::
2020
compares the index and the files on the filesystem.
2121

22-
The "git-diff-tree" command begins its ouput by printing the hash of
22+
The "git-diff-tree" command begins its output by printing the hash of
2323
what is being compared. After that, all the commands print one output
2424
line per changed file.
2525

Documentation/git-bisect-lk2009.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ fixed in the "main" branch by commit "F"?
799799
The result of such a bisection would be that we would find that H is
800800
the first bad commit, when in fact it's B. So that would be wrong!
801801

802-
And yes it's can happen in practice that people working on one branch
802+
And yes it can happen in practice that people working on one branch
803803
are not aware that people working on another branch fixed a bug! It
804804
could also happen that F fixed more than one bug or that it is a
805805
revert of some big development effort that was not ready to be

Documentation/git-fast-export.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ unsigned, with 'verbatim', they will be silently exported
3737
and with 'warn', they will be exported, but you will see a warning.
3838

3939
--tag-of-filtered-object=(abort|drop|rewrite)::
40-
Specify how to handle tags whose tagged objectis filtered out.
40+
Specify how to handle tags whose tagged object is filtered out.
4141
Since revisions and files to export can be limited by path,
4242
tagged objects may be filtered completely.
4343
+

Documentation/git-fast-import.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fast-forward update, fast-import will skip updating that ref and instead
152152
prints a warning message. fast-import will always attempt to update all
153153
branch refs, and does not stop on the first failure.
154154

155-
Branch updates can be forced with \--force, but its recommended that
155+
Branch updates can be forced with \--force, but it's recommended that
156156
this only be used on an otherwise quiet repository. Using \--force
157157
is not necessary for an initial import into an empty repository.
158158

@@ -267,7 +267,7 @@ is always copied into the identity string at the time it is being
267267
created by fast-import. There is no way to specify a different time or
268268
timezone.
269269
+
270-
This particular format is supplied as its short to implement and
270+
This particular format is supplied as it's short to implement and
271271
may be useful to a process that wants to create a new commit
272272
right now, without needing to use a working directory or
273273
'git update-index'.
@@ -420,7 +420,7 @@ quoting or escaping syntax is supported within `<committish>`.
420420
Here `<committish>` is any of the following:
421421

422422
* The name of an existing branch already in fast-import's internal branch
423-
table. If fast-import doesn't know the name, its treated as a SHA-1
423+
table. If fast-import doesn't know the name, it's treated as a SHA-1
424424
expression.
425425

426426
* A mark reference, `:<idnum>`, where `<idnum>` is the mark number.
@@ -759,7 +759,7 @@ assigned mark.
759759

760760
The mark command is optional here as some frontends have chosen
761761
to generate the Git SHA-1 for the blob on their own, and feed that
762-
directly to `commit`. This is typically more work than its worth
762+
directly to `commit`. This is typically more work than it's worth
763763
however, as marks are inexpensive to store and easy to use.
764764

765765
`data`

Documentation/git-http-backend.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DESCRIPTION
1414
-----------
1515
A simple CGI program to serve the contents of a Git repository to Git
1616
clients accessing the repository over http:// and https:// protocols.
17-
The program supports clients fetching using both the smart HTTP protcol
17+
The program supports clients fetching using both the smart HTTP protocol
1818
and the backwards-compatible dumb HTTP protocol, as well as clients
1919
pushing using the smart HTTP protocol.
2020

Documentation/git-remote-helpers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Commands are given by the caller on the helper's standard input, one per line.
2525

2626
'capabilities'::
2727
Lists the capabilities of the helper, one per line, ending
28-
with a blank line. Each capability may be preceeded with '*'.
28+
with a blank line. Each capability may be preceded with '*'.
2929
This marks them mandatory for git version using the remote
3030
helper to understand (unknown mandatory capability is fatal
3131
error).

Documentation/git-rev-parse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OPTIONS
3333
--stop-at-non-option::
3434
Only meaningful in `--parseopt` mode. Lets the option parser stop at
3535
the first non-option argument. This can be used to parse sub-commands
36-
that take options themself.
36+
that take options themselves.
3737

3838
--sq-quote::
3939
Use 'git rev-parse' in shell quoting mode (see SQ-QUOTE

Documentation/git-submodule.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ OPTIONS
218218
This option is only valid for the update command.
219219
Rebase the current branch onto the commit recorded in the
220220
superproject. If this option is given, the submodule's HEAD will not
221-
be detached. If a a merge failure prevents this process, you will have
221+
be detached. If a merge failure prevents this process, you will have
222222
to resolve these failures with linkgit:git-rebase[1].
223223
If the key `submodule.$name.update` is set to `rebase`, this option is
224224
implicit.

Documentation/rev-list-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,27 +233,27 @@ endif::git-rev-list[]
233233
Pretend as if all the refs in `$GIT_DIR/refs/heads` are listed
234234
on the command line as '<commit>'. If `pattern` is given, limit
235235
branches to ones matching given shell glob. If pattern lacks '?',
236-
'*', or '[', '/*' at the end is impiled.
236+
'*', or '[', '/*' at the end is implied.
237237

238238
--tags[=pattern]::
239239

240240
Pretend as if all the refs in `$GIT_DIR/refs/tags` are listed
241241
on the command line as '<commit>'. If `pattern` is given, limit
242242
tags to ones matching given shell glob. If pattern lacks '?', '*',
243-
or '[', '/*' at the end is impiled.
243+
or '[', '/*' at the end is implied.
244244

245245
--remotes[=pattern]::
246246

247247
Pretend as if all the refs in `$GIT_DIR/refs/remotes` are listed
248248
on the command line as '<commit>'. If `pattern`is given, limit
249249
remote tracking branches to ones matching given shell glob.
250-
If pattern lacks '?', '*', or '[', '/*' at the end is impiled.
250+
If pattern lacks '?', '*', or '[', '/*' at the end is implied.
251251

252252
--glob=glob-pattern::
253253
Pretend as if all the refs matching shell glob `glob-pattern`
254254
are listed on the command line as '<commit>'. Leading 'refs/',
255255
is automatically prepended if missing. If pattern lacks '?', '*',
256-
or '[', '/*' at the end is impiled.
256+
or '[', '/*' at the end is implied.
257257

258258

259259
ifndef::git-rev-list[]

Documentation/technical/api-run-command.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The functions above do the following:
5151
ENOENT; a diagnostic is printed only if .silent_exec_failure is 0.
5252

5353
. Otherwise, the program is run. If it terminates regularly, its exit
54-
code is returned. No diagnistic is printed, even if the exit code is
54+
code is returned. No diagnostic is printed, even if the exit code is
5555
non-zero.
5656

5757
. If the program terminated due to a signal, then the return value is the

0 commit comments

Comments
 (0)