diff options
author | Tom Lane | 2003-03-10 22:28:22 +0000 |
---|---|---|
committer | Tom Lane | 2003-03-10 22:28:22 +0000 |
commit | e4704001ea4c3d63b53e8783859ff598ef2f69e5 (patch) | |
tree | 56d282d342ead04fc43af4efc5a2eccffa3e27ed /src/interfaces/libpq/fe-connect.c | |
parent | 081fa240a119b67e28227439a3bf700340442787 (diff) |
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code.
Neil Conway
Diffstat (limited to 'src/interfaces/libpq/fe-connect.c')
-rw-r--r-- | src/interfaces/libpq/fe-connect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index 32ef6e115a5..d7188adf953 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.224 2003/02/19 14:31:26 ishii Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.225 2003/03/10 22:28:21 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -210,7 +210,7 @@ char *PasswordFromFile(char *hostname, char *port, char *dbname, * If it is desired to connect in a synchronous (blocking) manner, use the * function PQconnectdb. * - * To connect in an asychronous (non-blocking) manner, use the functions + * To connect in an asynchronous (non-blocking) manner, use the functions * PQconnectStart, and PQconnectPoll. * * Internally, the static functions connectDBStart, connectDBComplete |