From 1b8755994e2974b8693037159de90ca70c1eab2e Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Mon, 10 Feb 2003 15:46:47 +0000 Subject: [PATCH] Correct the spelling of 'supported'. --- ext/pgsql/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index f7fe878d83..8813bc60bc 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -997,7 +997,7 @@ static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_ty #if HAVE_PQCMDTUPLES Z_LVAL_P(return_value) = atoi(PQcmdTuples(pgsql_result)); #else - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supportted under this build."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported under this build."); Z_LVAL_P(return_value) = 0; #endif break; -- 2.50.1