diff options
| author | Kevin Grittner | 2012-09-13 03:33:30 +0000 |
|---|---|---|
| committer | Kevin Grittner | 2012-09-13 03:33:30 +0000 |
| commit | adff00ad06c60419bb3cf282190d94ddf78d6db1 (patch) | |
| tree | 9f164806d55a780c1e090ac6d743db240c05fba7 /src | |
| parent | 819c4129ca39a478700eb1db3c1fb6f2aaedab79 (diff) | |
Fix typo in comment for pclose_check() function.
Backpatch to 9.2.
Etsuro Fujit
Diffstat (limited to 'src')
| -rw-r--r-- | src/port/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/exec.c b/src/port/exec.c index 1687c9c9729..c79e8ba35e0 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -504,7 +504,7 @@ pipe_read_line(char *cmd, char *line, int maxsize) /* * pclose() plus useful error reporting * Is this necessary? bjm 2004-05-11 - * Originaally this was stated to be here because pipe.c had backend linkage. + * Originally this was stated to be here because pipe.c had backend linkage. * Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28 */ int |
