From: Jim Meyering Date: Fri, 18 Apr 2003 09:09:57 +0000 (+0000) Subject: (variable_output): Fix typo in comment s/is/if/. X-Git-Tag: Release-1-7-3b~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f964f3c9fdb196872c3313897809bc5d32526bd;p=thirdparty%2Fautomake.git (variable_output): Fix typo in comment s/is/if/. --- 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 ($@) {