Skip to content

Commit 9310f10

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/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)