]> granicus.if.org Git - php/commitdiff
MFH: Typo
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 25 May 2009 19:41:41 +0000 (19:41 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 25 May 2009 19:41:41 +0000 (19:41 +0000)
ext/pdo_pgsql/pgsql_statement.c

index 0916fe9128057f4f88328501c3bcf95dc45f3e5f..a8910698813880bc7495ceabc10fa1624b7ea8eb 100644 (file)
@@ -152,7 +152,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)
                                         */