1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Fixed typo

This commit is contained in:
nicobn 2007-08-10 06:01:54 +00:00
parent 7f1666efc0
commit 5501a4b434

View File

@ -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.");
}
}