From: Michael Wallner Date: Fri, 22 Feb 2013 11:20:47 +0000 (+0100) Subject: typo X-Git-Tag: v0.1.0~6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=0dfde4f2730e11a25544a01c11c2d6c9e90bbba7 typo --- 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);