diff options
| author | Robert Haas | 2012-04-24 02:43:09 +0000 |
|---|---|---|
| committer | Robert Haas | 2012-04-24 02:43:09 +0000 |
| commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
| tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /src/interfaces/libpq | |
| parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) | |
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'src/interfaces/libpq')
| -rw-r--r-- | src/interfaces/libpq/fe-exec.c | 2 | ||||
| -rw-r--r-- | src/interfaces/libpq/fe-print.c | 2 | ||||
| -rw-r--r-- | src/interfaces/libpq/win32.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpq/fe-exec.c b/src/interfaces/libpq/fe-exec.c index 86f157c338a..c643b8e69ca 100644 --- a/src/interfaces/libpq/fe-exec.c +++ b/src/interfaces/libpq/fe-exec.c @@ -218,7 +218,7 @@ PQmakeEmptyPGresult(PGconn *conn, ExecStatusType status) * * Set the attributes for a given result. This function fails if there are * already attributes contained in the provided result. The call is - * ignored if numAttributes is is zero or attDescs is NULL. If the + * ignored if numAttributes is zero or attDescs is NULL. If the * function fails, it returns zero. If the function succeeds, it * returns a non-zero value. */ 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 * diff --git a/src/interfaces/libpq/win32.c b/src/interfaces/libpq/win32.c index 2e79818b5c9..92e1c9ba981 100644 --- a/src/interfaces/libpq/win32.c +++ b/src/interfaces/libpq/win32.c @@ -277,7 +277,7 @@ struct MessageDLL * to find it in the lookup table, and if that fails, tries * to load any of the winsock dlls to find that message. * The DLL thing works from Nt4 (spX ?) up, but some special - * versions of winsock might have this aswell (seen on Win98 SE + * versions of winsock might have this as well (seen on Win98 SE * special install) / Magnus Naeslund (mag@fbab.net) * */ |
