diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-17 16:49:21 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-17 16:49:21 +0200 |
| commit | 1e270e580d3bb9ca1b3766a296611f76ec13f6f1 (patch) | |
| tree | e42e1c17d039ec3b5c44379e659c5eb6a32d3903 /build-aux | |
| parent | 46c30c6df75fb89c74ce2cd762e1909a0215169a (diff) | |
; Grammar fixes ("allow to" et al)
Ref:
https://lists.gnu.org/r/emacs-devel/2016-01/msg01598.html
https://lists.gnu.org/r/emacs-devel/2016-01/msg01465.html
Diffstat (limited to 'build-aux')
| -rwxr-xr-x | build-aux/gitlog-to-changelog | 2 | ||||
| -rwxr-xr-x | build-aux/update-copyright | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog index 43e4a37adf4..ceb1f0cf320 100755 --- a/build-aux/gitlog-to-changelog +++ b/build-aux/gitlog-to-changelog @@ -20,7 +20,7 @@ # # Written by Jim Meyering -# 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 diff --git a/build-aux/update-copyright b/build-aux/update-copyright index 0343eaa72c1..cdc3f3b5988 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 |
