From 0dfde4f2730e11a25544a01c11c2d6c9e90bbba7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 22 Feb 2013 12:20:47 +0100 Subject: [PATCH] typo --- php_pq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2