From: Jon Parise Date: Mon, 10 Feb 2003 15:46:47 +0000 (+0000) Subject: Correct the spelling of 'supported'. X-Git-Tag: RELEASE_0_5~1145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b8755994e2974b8693037159de90ca70c1eab2e;p=php Correct the spelling of 'supported'. --- 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;