fix typo
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 31 May 2010 15:23:37 +0000 (11:23 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 31 May 2010 15:23:37 +0000 (11:23 -0400)
framework/Share/lib/Horde/Share/Sql.php

index 95df8d1..1ef1973 100644 (file)
@@ -812,7 +812,7 @@ class Horde_Share_Sql extends Horde_Share
         unset($params['charset']);
         $this->_write_db = MDB2::factory($params);
         if ($this->_write_db instanceof PEAR_Error) {
-            throw new Horde_Share_Excetion($this->_write_db->getMessage());
+            throw new Horde_Share_Exception($this->_write_db->getMessage());
         }
 
         /* Attach debug handler. */