diff options
author | Raphael Geissert <geissert@php.net> | 2010-05-01 18:27:42 +0000 |
---|---|---|
committer | Raphael Geissert <geissert@php.net> | 2010-05-01 18:27:42 +0000 |
commit | f4ee6c0a8e6f6dadeb32b819971a37bbed03dbf5 (patch) | |
tree | 188fe36afab3c73ab2f239936140caadf12ef770 | |
parent | e7fb6837b4c377e954ea6976f7e65d968c30958d (diff) | |
download | php-git-f4ee6c0a8e6f6dadeb32b819971a37bbed03dbf5.tar.gz |
Fix typos s/connnection/connection
-rw-r--r-- | ext/pgsql/pgsql.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |