]> granicus.if.org Git - php/commitdiff
- fixed typo in error message
authorUwe Steinmann <steinm@php.net>
Sun, 21 Sep 2003 13:17:20 +0000 (13:17 +0000)
committerUwe Steinmann <steinm@php.net>
Sun, 21 Sep 2003 13:17:20 +0000 (13:17 +0000)
ext/dbase/dbase.c

index 54434fb701c78eb117808369538f5c3a71d844ac..43a8dfd89eb7a27d7e811366f154900eebd28781 100644 (file)
@@ -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);