Skip to content

Commit

Permalink
- fixed typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Steinmann committed Sep 21, 2003
1 parent 394d3b8 commit eea84f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/dbase/dbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ PHP_FUNCTION(dbase_create)

/* field type */
if (zend_hash_index_find(Z_ARRVAL_PP (field), 1, (void **)&value) == FAILURE) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "expected field type as sececond element of list in field %d", i);
php_error_docref(NULL TSRMLS_CC, E_WARNING, "expected field type as second element of list in field %d", i);
RETURN_FALSE;
}
convert_to_string_ex(value);
Expand Down

0 comments on commit eea84f7

Please sign in to comment.