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.
=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
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