]> granicus.if.org Git - php/commitdiff
Fix typos s/connnection/connection
authorRaphael Geissert <geissert@php.net>
Sat, 1 May 2010 18:27:42 +0000 (18:27 +0000)
committerRaphael Geissert <geissert@php.net>
Sat, 1 May 2010 18:27:42 +0000 (18:27 +0000)
ext/pgsql/pgsql.c

index 39fbfa6b87c7eb3b95a3222eb4d2da9f7fc803c8..9fa14c2ff4d14ae57b53f7df5d306edb97b5e18f 100644 (file)
@@ -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)
 {