Skip to content

Commit

Permalink
Correct the spelling of 'supported'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Feb 10, 2003
1 parent 983dd29 commit 1b87559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pgsql/pgsql.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b87559

Please sign in to comment.