diff --git a/lib/Doctrine/Validator.php b/lib/Doctrine/Validator.php index ba216bafe..1104b99a6 100644 --- a/lib/Doctrine/Validator.php +++ b/lib/Doctrine/Validator.php @@ -49,7 +49,7 @@ class Doctrine_Validator extends Doctrine_Object if (class_exists($class)) { self::$validators[$name] = new $class; } else { - throw new Doctrine_Exception("Validator named '$name' not availible."); + throw new Doctrine_Exception("Validator named '$name' not available."); } }