Skip to content

Commit bffc417

Browse files
committed
Merge branch 'ak/doc-typofix'
Typofixes. * ak/doc-typofix: Documentation: fix typos Documentation/config: fix typos
2 parents 68ac04a + 9310f10 commit bffc417

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Documentation/BreakingChanges.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Cf. <[email protected]>.
117117

118118
* The git-pack-redundant(1) command can be used to remove redundant pack files.
119119
The subcommand is unusably slow and the reason why nobody reports it as a
120-
performance bug is suspected to be the absense of users. We have nominated
120+
performance bug is suspected to be the absence of users. We have nominated
121121
the command for removal and have started to emit a user-visible warning in
122122
c3b58472be (pack-redundant: gauge the usage before proposing its removal,
123123
2020-08-25) whenever the command is executed.

Documentation/DecisionMaking.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ implementation, for very large changes).
5454

5555
For non-technical decisions such as community norms or processes, it is up to
5656
the community as a whole to implement and sustain agreed-upon changes.
57-
The project leadership committe (PLC) may help the implementation of
57+
The project leadership committee (PLC) may help the implementation of
5858
policy decisions.
5959

6060

Documentation/config/extensions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ work and will produce hard-to-diagnose issues.
99

1010
extensions.compatObjectFormat::
1111

12-
Specify a compatitbility hash algorithm to use. The acceptable values
12+
Specify a compatibility hash algorithm to use. The acceptable values
1313
are `sha1` and `sha256`. The value specified must be different from the
1414
value of extensions.objectFormat. This allows client level
1515
interoperability between git repositories whose objectFormat matches

Documentation/config/gc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ gc.repackFilterTo::
163163
containing the filtered out objects. **WARNING:** The
164164
specified location should be accessible, using for example the
165165
Git alternates mechanism, otherwise the repo could be
166-
considered corrupt by Git as it migh not be able to access the
166+
considered corrupt by Git as it might not be able to access the
167167
objects in that packfile. See the `--filter-to=<dir>` option
168168
of linkgit:git-repack[1] and the `objects/info/alternates`
169169
section of linkgit:gitrepository-layout[5].

Documentation/config/remote.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ remote.<name>.skipFetchAll::
5050
If true, this remote will be skipped when updating
5151
using linkgit:git-fetch[1], the `update` subcommand of
5252
linkgit:git-remote[1], and ignored by the prefetch task
53-
of `git maitenance`.
53+
of `git maintenance`.
5454

5555
remote.<name>.receivepack::
5656
The default program to execute on the remote side when pushing. See

Documentation/gitformat-commit-graph.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ All multi-byte numbers are in network byte order.
122122
for commits with corrected commit date offsets that cannot be
123123
stored within 31 bits.
124124
* Generation Data Overflow chunk is present only when Generation Data
125-
chunk is present and atleast one corrected commit date offset cannot
125+
chunk is present and at least one corrected commit date offset cannot
126126
be stored within 31 bits.
127127

128128
==== Extra Edge List (ID: {'E', 'D', 'G', 'E'}) [Optional]

Documentation/gitweb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ from the template during repository creation, usually installed in
234234
configuration variable, but the file takes precedence.
235235

236236
category (or `gitweb.category`)::
237-
Singe line category of a project, used to group projects if
237+
Single line category of a project, used to group projects if
238238
`$projects_list_group_categories` is enabled. By default (file and
239239
configuration variable absent), uncategorized projects are put in the
240240
`$project_list_default_category` category. You can use the

0 commit comments

Comments
 (0)