Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Nov 2010 16:42:07 +0000 (09:42 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Nov 2010 16:42:07 +0000 (09:42 -0700)
framework/Data/lib/Horde/Data/Csv.php

index 646ef2b..6160a65 100644 (file)
@@ -95,7 +95,7 @@ class Horde_Data_Csv extends Horde_Data_Base
 
         $fp = @fopen($filename, 'r');
         if (!$fp) {
-            throw new Hode_Data_Exception('Cannot open file');
+            throw new Horde_Data_Exception('Cannot open file');
         }
 
         /* Strip and keep the first line if it contains the field names. */