Skip to content

Commit

Permalink
Merge branch 'ak/doc-typofix'
Browse files Browse the repository at this point in the history
Typofixes.

* ak/doc-typofix:
  Documentation: fix typos
  Documentation/config: fix typos
  • Loading branch information
gitster committed Oct 4, 2024
2 parents 68ac04a + 9310f10 commit bffc417
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Documentation/BreakingChanges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Cf. <[email protected]>.

* The git-pack-redundant(1) command can be used to remove redundant pack files.
The subcommand is unusably slow and the reason why nobody reports it as a
performance bug is suspected to be the absense of users. We have nominated
performance bug is suspected to be the absence of users. We have nominated
the command for removal and have started to emit a user-visible warning in
c3b58472be (pack-redundant: gauge the usage before proposing its removal,
2020-08-25) whenever the command is executed.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/DecisionMaking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ implementation, for very large changes).

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


Expand Down
2 changes: 1 addition & 1 deletion Documentation/config/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ work and will produce hard-to-diagnose issues.

extensions.compatObjectFormat::

Specify a compatitbility hash algorithm to use. The acceptable values
Specify a compatibility hash algorithm to use. The acceptable values
are `sha1` and `sha256`. The value specified must be different from the
value of extensions.objectFormat. This allows client level
interoperability between git repositories whose objectFormat matches
Expand Down
2 changes: 1 addition & 1 deletion Documentation/config/gc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ gc.repackFilterTo::
containing the filtered out objects. **WARNING:** The
specified location should be accessible, using for example the
Git alternates mechanism, otherwise the repo could be
considered corrupt by Git as it migh not be able to access the
considered corrupt by Git as it might not be able to access the
objects in that packfile. See the `--filter-to=<dir>` option
of linkgit:git-repack[1] and the `objects/info/alternates`
section of linkgit:gitrepository-layout[5].
Expand Down
2 changes: 1 addition & 1 deletion Documentation/config/remote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ remote.<name>.skipFetchAll::
If true, this remote will be skipped when updating
using linkgit:git-fetch[1], the `update` subcommand of
linkgit:git-remote[1], and ignored by the prefetch task
of `git maitenance`.
of `git maintenance`.

remote.<name>.receivepack::
The default program to execute on the remote side when pushing. See
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gitformat-commit-graph.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ All multi-byte numbers are in network byte order.
for commits with corrected commit date offsets that cannot be
stored within 31 bits.
* Generation Data Overflow chunk is present only when Generation Data
chunk is present and atleast one corrected commit date offset cannot
chunk is present and at least one corrected commit date offset cannot
be stored within 31 bits.

==== Extra Edge List (ID: {'E', 'D', 'G', 'E'}) [Optional]
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gitweb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ from the template during repository creation, usually installed in
configuration variable, but the file takes precedence.

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

0 comments on commit bffc417

Please sign in to comment.