X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=php_pq.c;h=cf5a2b38b7bd349010ffab8f095cd31eb1f26231;hp=a4e923f3dc2e456b047b98d8ee2f4e1d9d077d8a;hb=0dfde4f2730e11a25544a01c11c2d6c9e90bbba7;hpb=f00254ec8665b045eb8782b85f17842fca61c378 diff --git a/php_pq.c b/php_pq.c index a4e923f..cf5a2b3 100644 --- a/php_pq.c +++ b/php_pq.c @@ -2366,7 +2366,7 @@ static PHP_METHOD(pqconn, getResult) { php_pqconn_object_t *obj = zend_object_store_get_object(getThis() TSRMLS_CC); if (!obj->intern) { - throw_exce(EX_UNINITIALIZED TSRMLS_CC, "pq\\Connectio not initialized"); + throw_exce(EX_UNINITIALIZED TSRMLS_CC, "pq\\Connection not initialized"); } else { PGresult *res = PQgetResult(obj->intern->conn);