From b6470fd8dcd72efcf8cae1eac63fa80189f27e61 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 6 Jan 2024 20:03:36 -0800 Subject: [PATCH] * build-aux/update-copyright: Fix grammar in comment (taken from Emacs). --- build-aux/update-copyright | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/update-copyright b/build-aux/update-copyright index efda754862..50eccfe3cc 100755 --- a/build-aux/update-copyright +++ b/build-aux/update-copyright @@ -123,7 +123,7 @@ # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other # than "Free Software Foundation, Inc.". -# This is a prologue that allows to run a perl script as an executable +# This is a prologue that allows running a perl script as an executable # on systems that are compliant to a POSIX version before POSIX:2017. # On such systems, the usual invocation of an executable through execlp() # or execvp() fails with ENOEXEC if it is a script that does not start @@ -138,7 +138,7 @@ eval 'exec perl -wSx -0777 -pi "$0" "$@"' if 0; -my $VERSION = '2023-10-03.12:14'; # UTC +my $VERSION = '2024-01-07.04:02'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook -- 2.39.5