]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: doubled words in source comments.
authorKarl Berry <karl@freefriends.org>
Wed, 16 Oct 2024 21:34:11 +0000 (14:34 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 16 Oct 2024 21:34:11 +0000 (14:34 -0700)
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
lib/Automake/Variable.pm

index 7e6c658865f3ba3cc9a6d5e0b57e28a1af76141a..5e98e04b2ab2dac5e7fb6124931e4309dd72df86 100644 (file)
@@ -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
index 9c004f55d66072239c4cc14e8ad3a734948ccf99..b40b20321b1753f97ea3eb83918f1c19decfc636 100644 (file)
@@ -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