From 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 23 Apr 2012 22:43:09 -0400 Subject: Lots of doc corrections. Josh Kupershmidt --- src/interfaces/libpq/fe-print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-print.c') diff --git a/src/interfaces/libpq/fe-print.c b/src/interfaces/libpq/fe-print.c index 6695492c7fc..94ef40d3bcb 100644 --- a/src/interfaces/libpq/fe-print.c +++ b/src/interfaces/libpq/fe-print.c @@ -57,7 +57,7 @@ static void fill(int length, int max, char filler, FILE *fp); * * Format results of a query for printing. * - * PQprintOpt is a typedef (structure) that containes + * PQprintOpt is a typedef (structure) that contains * various flags and options. consult libpq-fe.h for * details * -- cgit v1.2.3