Message ID | 20240920082815.8192-3-algonell@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/3] Documentation/technical: fix a typo | expand |
On Fri, Sep 20, 2024 at 4:29 AM Andrew Kreimer <algonell@gmail.com> wrote: > Fix typos in documentation. > > Signed-off-by: Andrew Kreimer <algonell@gmail.com> > --- All three patches in this series look fine. Thanks.
Eric Sunshine <sunshine@sunshineco.com> writes: > On Fri, Sep 20, 2024 at 4:29 AM Andrew Kreimer <algonell@gmail.com> wrote: >> Fix typos in documentation. >> >> Signed-off-by: Andrew Kreimer <algonell@gmail.com> >> --- > > All three patches in this series look fine. Thanks. Thanks, both.
Andrew Kreimer <algonell@gmail.com> writes: > Fix typos in documentation. > > Signed-off-by: Andrew Kreimer <algonell@gmail.com> > --- Some hunks have become irrelevant between 'master' and 'seen', it seems. Please separate them out and resend once these in-flight topics are merged to 'master'. Thanks. > Documentation/BreakingChanges.txt | 2 +- > Documentation/CodingGuidelines | 2 +- > Documentation/DecisionMaking.txt | 2 +- > Documentation/gitformat-commit-graph.txt | 2 +- > Documentation/gitweb.txt | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Documentation/BreakingChanges.txt b/Documentation/BreakingChanges.txt > index 2b64665694..112770a9da 100644 > --- a/Documentation/BreakingChanges.txt > +++ b/Documentation/BreakingChanges.txt > @@ -117,7 +117,7 @@ Cf. <20140304174806.GA11561@sigill.intra.peff.net>. > > * 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. > diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines > index 3263245b03..8a5e0b7dad 100644 > --- a/Documentation/CodingGuidelines > +++ b/Documentation/CodingGuidelines > @@ -838,7 +838,7 @@ Markup: > When literal and placeholders are mixed, each markup is applied for > each sub-entity. If they are stuck, a special markup, called > unconstrained formatting is required. > - Unconstrained formating for placeholders is __<like-this>__ > + Unconstrained formatting for placeholders is __<like-this>__ > Unconstrained formatting for literal formatting is ++like this++ > `--jobs` _<n>_ > ++--sort=++__<key>__ > diff --git a/Documentation/DecisionMaking.txt b/Documentation/DecisionMaking.txt > index dbb4c1f569..b43c472ae5 100644 > --- a/Documentation/DecisionMaking.txt > +++ b/Documentation/DecisionMaking.txt > @@ -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. > > > diff --git a/Documentation/gitformat-commit-graph.txt b/Documentation/gitformat-commit-graph.txt > index 3e906e8030..14d1631234 100644 > --- a/Documentation/gitformat-commit-graph.txt > +++ b/Documentation/gitformat-commit-graph.txt > @@ -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] > diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt > index 56d24a30a3..5e2b491ec2 100644 > --- a/Documentation/gitweb.txt > +++ b/Documentation/gitweb.txt > @@ -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
On Fri, Sep 20, 2024 at 01:17:10PM -0700, Junio C Hamano wrote: > Andrew Kreimer <algonell@gmail.com> writes: > > > Fix typos in documentation. > > > > Signed-off-by: Andrew Kreimer <algonell@gmail.com> > > --- > > Some hunks have become irrelevant between 'master' and 'seen', it > seems. Please separate them out and resend once these in-flight > topics are merged to 'master'. > > Thanks. > On it. > > > Documentation/BreakingChanges.txt | 2 +- > > Documentation/CodingGuidelines | 2 +- > > Documentation/DecisionMaking.txt | 2 +- > > Documentation/gitformat-commit-graph.txt | 2 +- > > Documentation/gitweb.txt | 2 +- > > 5 files changed, 5 insertions(+), 5 deletions(-) > > > > diff --git a/Documentation/BreakingChanges.txt b/Documentation/BreakingChanges.txt > > index 2b64665694..112770a9da 100644 > > --- a/Documentation/BreakingChanges.txt > > +++ b/Documentation/BreakingChanges.txt > > @@ -117,7 +117,7 @@ Cf. <20140304174806.GA11561@sigill.intra.peff.net>. > > > > * 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. > > diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines > > index 3263245b03..8a5e0b7dad 100644 > > --- a/Documentation/CodingGuidelines > > +++ b/Documentation/CodingGuidelines > > @@ -838,7 +838,7 @@ Markup: > > When literal and placeholders are mixed, each markup is applied for > > each sub-entity. If they are stuck, a special markup, called > > unconstrained formatting is required. > > - Unconstrained formating for placeholders is __<like-this>__ > > + Unconstrained formatting for placeholders is __<like-this>__ > > Unconstrained formatting for literal formatting is ++like this++ > > `--jobs` _<n>_ > > ++--sort=++__<key>__ > > diff --git a/Documentation/DecisionMaking.txt b/Documentation/DecisionMaking.txt > > index dbb4c1f569..b43c472ae5 100644 > > --- a/Documentation/DecisionMaking.txt > > +++ b/Documentation/DecisionMaking.txt > > @@ -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. > > > > > > diff --git a/Documentation/gitformat-commit-graph.txt b/Documentation/gitformat-commit-graph.txt > > index 3e906e8030..14d1631234 100644 > > --- a/Documentation/gitformat-commit-graph.txt > > +++ b/Documentation/gitformat-commit-graph.txt > > @@ -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] > > diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt > > index 56d24a30a3..5e2b491ec2 100644 > > --- a/Documentation/gitweb.txt > > +++ b/Documentation/gitweb.txt > > @@ -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
diff --git a/Documentation/BreakingChanges.txt b/Documentation/BreakingChanges.txt index 2b64665694..112770a9da 100644 --- a/Documentation/BreakingChanges.txt +++ b/Documentation/BreakingChanges.txt @@ -117,7 +117,7 @@ Cf. <20140304174806.GA11561@sigill.intra.peff.net>. * 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. diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index 3263245b03..8a5e0b7dad 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -838,7 +838,7 @@ Markup: When literal and placeholders are mixed, each markup is applied for each sub-entity. If they are stuck, a special markup, called unconstrained formatting is required. - Unconstrained formating for placeholders is __<like-this>__ + Unconstrained formatting for placeholders is __<like-this>__ Unconstrained formatting for literal formatting is ++like this++ `--jobs` _<n>_ ++--sort=++__<key>__ diff --git a/Documentation/DecisionMaking.txt b/Documentation/DecisionMaking.txt index dbb4c1f569..b43c472ae5 100644 --- a/Documentation/DecisionMaking.txt +++ b/Documentation/DecisionMaking.txt @@ -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. diff --git a/Documentation/gitformat-commit-graph.txt b/Documentation/gitformat-commit-graph.txt index 3e906e8030..14d1631234 100644 --- a/Documentation/gitformat-commit-graph.txt +++ b/Documentation/gitformat-commit-graph.txt @@ -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] diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt index 56d24a30a3..5e2b491ec2 100644 --- a/Documentation/gitweb.txt +++ b/Documentation/gitweb.txt @@ -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
Fix typos in documentation. Signed-off-by: Andrew Kreimer <algonell@gmail.com> --- Documentation/BreakingChanges.txt | 2 +- Documentation/CodingGuidelines | 2 +- Documentation/DecisionMaking.txt | 2 +- Documentation/gitformat-commit-graph.txt | 2 +- Documentation/gitweb.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)