From 24b02193082333a1b5cb176a2cb5b1fbf139206c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Oct 2024 14:34:11 -0700 Subject: [PATCH] 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-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 -- 2.47.3