diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-25 19:41:13 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-25 19:41:13 +0000 |
commit | 4b95edd1258a884bee6c38533320f22785efe765 (patch) | |
tree | 953ae8a89a84909e7b2e717615d23e23179e3f93 | |
parent | c32cdc4fd0155bf9aa3c7bf689f95ed7167b68e8 (diff) | |
download | php-git-4b95edd1258a884bee6c38533320f22785efe765.tar.gz |
MFH: Typo
-rw-r--r-- | ext/pdo_pgsql/pgsql_statement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/pgsql_statement.c b/ext/pdo_pgsql/pgsql_statement.c index f74abf06c6..bf7e33448e 100644 --- a/ext/pdo_pgsql/pgsql_statement.c +++ b/ext/pdo_pgsql/pgsql_statement.c @@ -180,7 +180,7 @@ stmt_retry: char *sqlstate = pdo_pgsql_sqlstate(S->result); /* 42P05 means that the prepared statement already existed. this can happen if you use * a connection pooling software line pgpool which doesn't close the db-connection once - * php disconnects. if php dies (no chanche to run RSHUTDOWN) during execution it has no + * php disconnects. if php dies (no chance to run RSHUTDOWN) during execution it has no * chance to DEALLOCATE the prepared statements it has created. so, if we hit a 42P05 we * deallocate it and retry ONCE (thies 2005.12.15) */ |