diff options
| author | Stefan Kangas | 2023-09-17 16:49:21 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-09-17 16:49:21 +0200 |
| commit | 1e270e580d3bb9ca1b3766a296611f76ec13f6f1 (patch) | |
| tree | e42e1c17d039ec3b5c44379e659c5eb6a32d3903 /build-aux | |
| parent | 46c30c6df75fb89c74ce2cd762e1909a0215169a (diff) | |
| download | emacs-1e270e580d3bb9ca1b3766a296611f76ec13f6f1.tar.gz emacs-1e270e580d3bb9ca1b3766a296611f76ec13f6f1.zip | |
; 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 @@ | |||
| 20 | # | 20 | # |
| 21 | # Written by Jim Meyering | 21 | # Written by Jim Meyering |
| 22 | 22 | ||
| 23 | # This is a prologue that allows to run a perl script as an executable | 23 | # This is a prologue that allows running a perl script as an executable |
| 24 | # on systems that are compliant to a POSIX version before POSIX:2017. | 24 | # on systems that are compliant to a POSIX version before POSIX:2017. |
| 25 | # On such systems, the usual invocation of an executable through execlp() | 25 | # On such systems, the usual invocation of an executable through execlp() |
| 26 | # or execvp() fails with ENOEXEC if it is a script that does not start | 26 | # 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 @@ | |||
| 123 | # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other | 123 | # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other |
| 124 | # than "Free Software Foundation, Inc.". | 124 | # than "Free Software Foundation, Inc.". |
| 125 | 125 | ||
| 126 | # This is a prologue that allows to run a perl script as an executable | 126 | # This is a prologue that allows running a perl script as an executable |
| 127 | # on systems that are compliant to a POSIX version before POSIX:2017. | 127 | # on systems that are compliant to a POSIX version before POSIX:2017. |
| 128 | # On such systems, the usual invocation of an executable through execlp() | 128 | # On such systems, the usual invocation of an executable through execlp() |
| 129 | # or execvp() fails with ENOEXEC if it is a script that does not start | 129 | # or execvp() fails with ENOEXEC if it is a script that does not start |