Changeset 5132 for trunk/lib/Doctrine

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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/TODO/Validator/Exception.php

    r4914 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;