From c1a998a6048cff8cd1b61216a5afada47fce3090 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 21 Sep 2003 15:40:28 +0000 Subject: [PATCH] MFH: typo fix in error message --- ext/dbase/dbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1