summaryrefslogtreecommitdiff
path: root/lib/execute.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-19 22:18:05 +0200
committerJim Meyering <meyering@redhat.com>2011-05-20 11:53:55 +0200
commitc9ff025783e5374226ffbf7940f40ce7db6852ed (patch)
tree13d38cd0e22391aaf75fafb25aeb7d41482026a4 /lib/execute.c
parent1e0b92c990dfeb136cda606e2914e2d87b00bd74 (diff)
downloadgnulib-c9ff025783e5374226ffbf7940f40ce7db6852ed.tar.gz
maint: correct misuse of "a" and "an"
* doc/regex.texi (Collating Symbol Operators): s/an close.../a close/ * lib/argp-help.c: "an docum...": s/an/a/ * lib/argp-parse.c: "An vector": s/An/A/ * lib/execute.c: "an native": s/an/a/ * lib/spawn-pipe.c: Likewise. * lib/gc.h: "an Gc_rc": s/an/a/ * lib/unigbrk.in.h: "an grapheme": s/an/a/ * lib/fts.c: "an stat.st_dev": s/an/a/
Diffstat (limited to 'lib/execute.c')
-rw-r--r--lib/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/execute.c b/lib/execute.c
index fe57e22072..6de6c62f83 100644
--- a/lib/execute.c
+++ b/lib/execute.c
@@ -158,7 +158,7 @@ execute (const char *progname,
(const char **) environ);
if (exitcode < 0 && errno == ENOEXEC)
{
- /* prog is not an native executable. Try to execute it as a
+ /* prog is not a native executable. Try to execute it as a
shell script. Note that prepare_spawn() has already prepended
a hidden element "sh.exe" to prog_argv. */
--prog_argv;