Skip to content

Commit 90e82eb

Browse files
algonellgitster
authored andcommitted
Documentation/config: fix typos
Fix typos in documentation. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6258f68 commit 90e82eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)