From: Raphael Geissert Date: Sat, 1 May 2010 18:27:42 +0000 (+0000) Subject: Fix typos s/connnection/connection X-Git-Tag: php-5.2.14RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4ee6c0a8e6f6dadeb32b819971a37bbed03dbf5;p=php Fix typos s/connnection/connection --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 39fbfa6b87..9fa14c2ff4 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -3855,7 +3855,7 @@ PHP_FUNCTION(pg_result_error_field) /* }}} */ #endif -/* {{{ proto int pg_connection_status(resource connnection) +/* {{{ proto int pg_connection_status(resource connection) Get connection status */ PHP_FUNCTION(pg_connection_status) { @@ -3876,7 +3876,7 @@ PHP_FUNCTION(pg_connection_status) /* }}} */ #if HAVE_PGTRANSACTIONSTATUS -/* {{{ proto int pg_transaction_status(resource connnection) +/* {{{ proto int pg_transaction_status(resource connection) Get transaction status */ PHP_FUNCTION(pg_transaction_status) {