sniper          Sun Sep 21 11:40:29 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/dbase  dbase.c 
  Log:
  MFH: typo fix in error message
  
Index: php-src/ext/dbase/dbase.c
diff -u php-src/ext/dbase/dbase.c:1.60.2.1 php-src/ext/dbase/dbase.c:1.60.2.2
--- php-src/ext/dbase/dbase.c:1.60.2.1  Tue Dec 31 11:34:20 2002
+++ php-src/ext/dbase/dbase.c   Sun Sep 21 11:40:28 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dbase.c,v 1.60.2.1 2002/12/31 16:34:20 sebastian Exp $ */
+/* $Id: dbase.c,v 1.60.2.2 2003/09/21 15:40:28 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -674,7 +674,7 @@
 
                /* 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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to