Index: /branches/version-2_4-dev/data/class/helper/SC_Helper_CSV.php
===================================================================
--- /branches/version-2_4-dev/data/class/helper/SC_Helper_CSV.php	(revision 18476)
+++ /branches/version-2_4-dev/data/class/helper/SC_Helper_CSV.php	(revision 18542)
@@ -155,5 +155,5 @@
 
        // 成功終了
-       return ture;
+       return true;
     }
 
@@ -228,5 +228,5 @@
 
         // 成功終了
-        return ture;
+        return true;
     }
 
@@ -254,5 +254,5 @@
         $line = "";
 
-        eset($list);
+        reset($list);
         while(list($key, $val) = each($list)){
             $tmp = "";
