aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2006-05-19 14:26:58 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2006-05-19 14:26:58 +0000
commit4adab7eed3b9e741d5a6dcf69d8d05fbe1866612 (patch)
tree1d4e4cc32252094f2389453e140d9bb1a2434ae4 /src
parentb125d4b0ca26a9559855e536a44574a55855112c (diff)
downloadpostgresql-4adab7eed3b9e741d5a6dcf69d8d05fbe1866612.tar.gz
postgresql-4adab7eed3b9e741d5a6dcf69d8d05fbe1866612.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/fe-connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 5e76fc0c728..47884bdea58 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.330 2006/05/18 16:26:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.331 2006/05/19 14:26:58 alvherre Exp $
*
*-------------------------------------------------------------------------
*/
@@ -2094,7 +2094,7 @@ PQresetPoll(PGconn *conn)
* A copy is needed to be able to cancel a running query from a different
* thread. If the same structure is used all structure members would have
* to be individually locked (if the entire structure was locked, it would
- * be impossible to cancel a synchronous query becuase the structure would
+ * be impossible to cancel a synchronous query because the structure would
* have to stay locked for the duration of the query).
*/
PGcancel *