From: Reuben Thomas Date: Sat, 27 Apr 2024 16:34:15 +0000 (-0700) Subject: doc: Vala-related typo in automake.in X-Git-Tag: v1.16.90~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba8c57dcfb146950d182885b8ca1e199e2bfed6;p=thirdparty%2Fautomake.git doc: Vala-related typo in automake.in From https://bugs.gnu.org/70557. * bin/automake.in (lang_vala_finish_target): typo. --- diff --git a/bin/automake.in b/bin/automake.in index 1dc40a00b..24b1bb51f 100644 --- a/bin/automake.in +++ b/bin/automake.in @@ -5808,7 +5808,7 @@ sub lang_vala_finish_target my $base_c_file = basename $c_file; # # The -newer test here is checking "C file not older than Vala - # file" (not "C file newer than Vala file"; see + # file", rather than "C file newer than Vala file"; see # https://bugs.gnu.org/44772. The log message on the commit # misleadingly says "reversed". #