From: Samy Mahmoudi Date: Tue, 7 Apr 2020 01:25:24 +0000 (-0700) Subject: cosmetics: typo in comment. X-Git-Tag: v1.16.3~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae911ae2c9ba3b68db75cd014881ec54f92c23dc;p=thirdparty%2Fautomake.git cosmetics: typo in comment. This change fixes https://bugs.gnu.org/32100. * bin/aclocal.in (install_file): remove duplicate "the" in "Using the real the destination file ...". --- diff --git a/bin/aclocal.in b/bin/aclocal.in index 9a2032584..b61fed818 100644 --- a/bin/aclocal.in +++ b/bin/aclocal.in @@ -284,7 +284,7 @@ sub install_file ($$) { # $dest does not exist. We create an empty one just to # run diff, and we erase it afterward. Using the real - # the destination file (rather than a temporary file) is + # destination file (rather than a temporary file) is # good when diff is run with options that display the # file name. #