summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2003-02-10 15:46:47 +0000
committerJon Parise <jon@php.net>2003-02-10 15:46:47 +0000
commit1b8755994e2974b8693037159de90ca70c1eab2e (patch)
treed39ead4f4f24f35c6060ebaf9351aab620e05f9c /ext/pgsql/pgsql.c
parent983dd29a7eb205cb877bfba69b13511596369e8f (diff)
downloadphp-git-1b8755994e2974b8693037159de90ca70c1eab2e.tar.gz
Correct the spelling of 'supported'.
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
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;