Show
Ignore:
Timestamp:
10/22/08 23:43:36 (17 months ago)
Author:
guilhermeblanco
Message:

[1.0, 1.1, 2.0] fixes #1599 Thanks for the report!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1/lib/Doctrine/Validator/Exception.php

    r4252 r5132  
    8080        $message = ""; 
    8181        foreach ($this->invalid as $record) { 
    82            $message .= "Validaton error in class " . get_class($record) . " "; 
     82           $message .= "Validation error in class " . get_class($record) . " "; 
    8383        } 
    8484        return $message;