From: foobar Date: Sun, 21 Sep 2003 15:40:28 +0000 (+0000) Subject: MFH: typo fix in error message X-Git-Tag: php-4.3.4RC1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1a998a6048cff8cd1b61216a5afada47fce3090;p=php MFH: typo fix in error message --- diff --git a/ext/dbase/dbase.c b/ext/dbase/dbase.c index 89ea034f96..d60ace0f1f 100644 --- a/ext/dbase/dbase.c +++ b/ext/dbase/dbase.c @@ -674,7 +674,7 @@ PHP_FUNCTION(dbase_create) /* field type */ if (zend_hash_index_find(Z_ARRVAL_PP (field), 1, (void **)&value) == FAILURE) { - php_error(E_WARNING, "expected field type as sececond element of list in field %d", i); + php_error(E_WARNING, "expected field type as second element of list in field %d", i); RETURN_FALSE; } convert_to_string_ex(value);