]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment for pclose_check() function.
authorKevin Grittner <kgrittn@postgresql.org>
Thu, 13 Sep 2012 03:33:10 +0000 (22:33 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Thu, 13 Sep 2012 03:33:10 +0000 (22:33 -0500)
Backpatch to 9.2.

Etsuro Fujit

src/port/exec.c

index 9160b6367874c1149c6582a734d96d2be3f1f39e..bb1b551817fd427d6928e7501729034461dae81d 100644 (file)
@@ -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