|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.330 2006/05/18 16:26:44 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.331 2006/05/19 14:26:58 alvherre Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -2094,7 +2094,7 @@ PQresetPoll(PGconn *conn) |
2094 | 2094 | * A copy is needed to be able to cancel a running query from a different |
2095 | 2095 | * thread. If the same structure is used all structure members would have |
2096 | 2096 | * to be individually locked (if the entire structure was locked, it would |
2097 | | - * be impossible to cancel a synchronous querybecuase the structure would |
| 2097 | + * be impossible to cancel a synchronous querybecause the structure would |
2098 | 2098 | * have to stay locked for the duration of the query). |
2099 | 2099 | */ |
2100 | 2100 | PGcancel* |
|