]> Savannah Git Hosting - gnulib.git/commitdiff
* build-aux/gitlog-to-changelog: Fix grammar in comment (taken from Emacs source).
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jan 2024 03:49:32 +0000 (19:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jan 2024 03:49:32 +0000 (19:49 -0800)
build-aux/gitlog-to-changelog

index 90e81731a877c39a29ce5fb61bf3f9d9a583e0b4..16a9405a7cb50200ef5f830dbd61bf29d46178e5 100755 (executable)
@@ -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