From: Karl Berry Date: Wed, 16 Oct 2024 21:34:11 +0000 (-0700) Subject: doc: doubled words in source comments. X-Git-Tag: v1.17.90~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24b02193082333a1b5cb176a2cb5b1fbf139206c;p=thirdparty%2Fautomake.git 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. --- 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-Econditions> -Return an L describing the conditions that +Return an L 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. =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 of the assignment. C<$pretty>: whether C<$value> should be pretty printed (one of C, C, C, or C, defined -by by L). C<$pretty> applies only to real +by L). 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 +This function will run any hook registered with the C function. =cut