summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 09:46:47 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 09:46:47 +0100
commit0b4778c377a5753a0deb9cfc697d4f62acf93a29 (patch)
tree1513cbdabd00e0c43ed9750107787791060a8398 /ext/pdo_pgsql
parent9d7e03c325473024e54c864f0379efc1bbf03e72 (diff)
downloadphp-git-0b4778c377a5753a0deb9cfc697d4f62acf93a29.tar.gz
Fix #78880: Another bunch of spelling errors
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r--ext/pdo_pgsql/pgsql_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/pgsql_driver.c b/ext/pdo_pgsql/pgsql_driver.c
index 63eb38c759..1dfb0bd82e 100644
--- a/ext/pdo_pgsql/pgsql_driver.c
+++ b/ext/pdo_pgsql/pgsql_driver.c
@@ -1030,7 +1030,7 @@ static PHP_METHOD(PDO, pgsqlLOBUnlink)
/* }}} */
/* {{{ proto mixed PDO::pgsqlGetNotify([ int $result_type = PDO::FETCH_USE_DEFAULT] [, int $ms_timeout = 0 ]])
- Get asyncronous notification */
+ Get asynchronous notification */
static PHP_METHOD(PDO, pgsqlGetNotify)
{
pdo_dbh_t *dbh;