automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: doc: doubled words in source co


From: Karl Berry
Subject: [automake-commit] branch master updated: doc: doubled words in source comments.
Date: Wed, 16 Oct 2024 17:34:21 -0400

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=24b02193082333a1b5cb176a2cb5b1fbf139206c

The following commit(s) were added to refs/heads/master by this push:
     new 24b021930 doc: doubled words in source comments.
24b021930 is described below

commit 24b02193082333a1b5cb176a2cb5b1fbf139206c
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed Oct 16 14:34:11 2024 -0700

    doc: doubled words in source comments.
    
    Fixes https://bugs.gnu.org/73828 and https://bugs.gnu.org/73829.
    
    * lib/Automake/Item.pm: repeated "that".
    * lib/Automake/Variable.pm: repeated "by".
    Reports from Bjarni Ingi Gislason.
    Other English fixes en passant.
---
 lib/Automake/Item.pm     | 4 ++--
 lib/Automake/Variable.pm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Automake/Item.pm b/lib/Automake/Item.pm
index 7e6c65886..5e98e04b2 100644
--- a/lib/Automake/Item.pm
+++ b/lib/Automake/Item.pm
@@ -116,10 +116,10 @@ sub set ($$$)
 
 =item C<$var-E<gt>conditions>
 
-Return an L<Automake::DisjConditions> describing the conditions that
+Return an L<Automake::DisjConditions> describing the conditions
 that an item is defined in.
 
-These are all the conditions for which is would be safe to call
+These are all the conditions for which it would be safe to call
 C<rdef>.
 
 =cut
diff --git a/lib/Automake/Variable.pm b/lib/Automake/Variable.pm
index 9c004f55d..b40b20321 100644
--- a/lib/Automake/Variable.pm
+++ b/lib/Automake/Variable.pm
@@ -829,11 +829,11 @@ C<$where>: the C<Location> of the assignment.
 
 C<$pretty>: whether C<$value> should be pretty printed (one of
 C<VAR_ASIS>, C<VAR_PRETTY>, C<VAR_SILENT>, or C<VAR_SORTED>, defined
-by by L<Automake::VarDef>).  C<$pretty> applies only to real
+by L<Automake::VarDef>).  C<$pretty> applies only to real
 assignments.  I.e., it does not apply to a C<+=> assignment (except
 when part of it is being done as a conditional C<=> assignment).
 
-This function will all run any hook registered with the C<hook>
+This function will run any hook registered with the C<hook>
 function.
 
 =cut



reply via email to

[Prev in Thread] Current Thread [Next in Thread]