From 7f964f3c9fdb196872c3313897809bc5d32526bd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 18 Apr 2003 09:09:57 +0000 Subject: [PATCH] (variable_output): Fix typo in comment s/is/if/. --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 511c11af7..38e185579 100755 --- a/automake.in +++ b/automake.in @@ -6899,7 +6899,7 @@ sub variable_loc_and_value_as_list_recursive ($$) # &variable_output ($VAR, [@CONDS]) # --------------------------------- -# Output all the values of $VAR is @COND is not specified, else only +# Output all the values of $VAR if @COND is not specified, else only # that corresponding to @COND. sub variable_output ($@) { -- 2.47.2