]> granicus.if.org Git - php/commitdiff
MFH: typo fix in error message
authorfoobar <sniper@php.net>
Sun, 21 Sep 2003 15:40:28 +0000 (15:40 +0000)
committerfoobar <sniper@php.net>
Sun, 21 Sep 2003 15:40:28 +0000 (15:40 +0000)
ext/dbase/dbase.c

index 89ea034f9692fa5361e2bfae35a6eea3226677ea..d60ace0f1fb51ea59c389c508bf4ac9818b3aecc 100644 (file)
@@ -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);