From 397607762b0250d6901828051b3d70d9bec94e0e Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 26 Jun 2007 11:35:58 +0000 Subject: [PATCH] --- lib/Doctrine/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Manager.php b/lib/Doctrine/Manager.php index f06aa91cd..d09667dc1 100644 --- a/lib/Doctrine/Manager.php +++ b/lib/Doctrine/Manager.php @@ -320,7 +320,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera case 'mock': case 'oracle': if ( ! isset($parts['path']) || $parts['path'] == '/') { - throw new Doctrine_Manager_Exception('No database availible in data source name'); + throw new Doctrine_Manager_Exception('No database available in data source name'); } if (isset($parts['path'])) { $parts['database'] = substr($parts['path'], 1);