Fixed typo
This commit is contained in:
parent
7f1666efc0
commit
5501a4b434
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue