Commit 5501a4b4 authored by nicobn's avatar nicobn

Fixed typo

parent 7f1666ef
...@@ -49,7 +49,7 @@ class Doctrine_Validator extends Doctrine_Object ...@@ -49,7 +49,7 @@ class Doctrine_Validator extends Doctrine_Object
if (class_exists($class)) { if (class_exists($class)) {
self::$validators[$name] = new $class; self::$validators[$name] = new $class;
} else { } else {
throw new Doctrine_Exception("Validator named '$name' not availible."); throw new Doctrine_Exception("Validator named '$name' not available.");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment