From: Kevin Grittner Date: Thu, 13 Sep 2012 03:33:10 +0000 (-0500) Subject: Fix typo in comment for pclose_check() function. X-Git-Tag: REL9_3_BETA1~912 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b896f511f8dbeac9f09cc54c6cb62bdff25e501;p=postgresql Fix typo in comment for pclose_check() function. Backpatch to 9.2. Etsuro Fujit --- diff --git a/src/port/exec.c b/src/port/exec.c index 9160b63678..bb1b551817 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -506,7 +506,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