Skip to content

Commit b4ab198

Browse files
Miklos Vajnagitster
authored andcommitted
Documentation: spelling fixes
Signed-off-by: Miklos Vajna <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0ce2e39 commit b4ab198

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Documentation/diff-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ and accumulating child directory counts in the parent directories:
5454

5555
diff.statGraphWidth::
5656
Limit the width of the graph part in --stat output. If set, applies
57-
to all commands generating --stat outuput except format-patch.
57+
to all commands generating --stat output except format-patch.
5858

5959
diff.external::
6060
If this config variable is set, diff generation is not

Documentation/git-column.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SYNOPSIS
99
--------
1010
[verse]
1111
'git column' [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>]
12-
[--indent=<string>] [--nl=<string>] [--pading=<n>]
12+
[--indent=<string>] [--nl=<string>] [--padding=<n>]
1313

1414
DESCRIPTION
1515
-----------

Documentation/git-commit-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ OPTIONS
4545
Each '-p' indicates the id of a parent commit object.
4646

4747
-m <message>::
48-
A paragraph in the commig log message. This can be given more than
48+
A paragraph in the commit log message. This can be given more than
4949
once and each <message> becomes its own paragraph.
5050

5151
-F <file>::

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ other
734734

735735
'GIT_EDITOR'::
736736
This environment variable overrides `$EDITOR` and `$VISUAL`.
737-
It is used by several git comands when, on interactive mode,
737+
It is used by several git commands when, on interactive mode,
738738
an editor is to be launched. See also linkgit:git-var[1]
739739
and the `core.editor` option in linkgit:git-config[1].
740740

Documentation/gitweb.conf.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ $highlight_bin::
244244
By default set to 'highlight'; set it to full path to highlight
245245
executable if it is not installed on your web server's PATH.
246246
Note that 'highlight' feature must be set for gitweb to actually
247-
use syntax hightlighting.
247+
use syntax highlighting.
248248
+
249249
*NOTE*: if you want to add support for new file type (supported by
250250
"highlight" but not used by gitweb), you need to modify `%highlight_ext`

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ dangling tree b24c2473f1fd3d91352a624795be026d64c8841f
16001600
You will see informational messages on dangling objects. They are objects
16011601
that still exist in the repository but are no longer referenced by any of
16021602
your branches, and can (and will) be removed after a while with "gc".
1603-
You can run `git fsck --no-dangling` to supress these messages, and still
1603+
You can run `git fsck --no-dangling` to suppress these messages, and still
16041604
view real errors.
16051605

16061606
[[recovering-lost-changes]]

0 commit comments

Comments
 (0)