]> granicus.if.org Git - php/commitdiff
Correct the spelling of 'supported'.
authorJon Parise <jon@php.net>
Mon, 10 Feb 2003 15:46:47 +0000 (15:46 +0000)
committerJon Parise <jon@php.net>
Mon, 10 Feb 2003 15:46:47 +0000 (15:46 +0000)
ext/pgsql/pgsql.c

index f7fe878d8313a7e98a536b4cc1d0e4aec47db896..8813bc60bc5b8885b7ad18fa4fcab7dcb27091ee 100644 (file)
@@ -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;