Show
Ignore:
Timestamp:
12/20/07 03:09:57 (13 months ago)
Author:
jwage
Message:

Fixed spelling error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3415 r3420  
    428428 
    429429    /** 
    430      * MODEL_LOADING_AGRESSIVE 
     430     * MODEL_LOADING_AGGRESSIVE 
    431431     * 
    432432     * Constant for agressive model loading 
    433433     * Will require_once() all found model files 
    434434     */ 
    435     const MODEL_LOADING_AGRESSIVE   = 1; 
     435    const MODEL_LOADING_AGGRESSIVE   = 1; 
    436436 
    437437    /**