1
0
mirror of synced 2024-12-13 06:46:03 +03:00

Fixed spelling error.

This commit is contained in:
Jonathan.Wage 2007-12-20 03:09:57 +00:00
parent 7b321a215d
commit b438827d90

View File

@ -427,12 +427,12 @@ final class Doctrine
const IDENTIFIER_COMPOSITE = 4;
/**
* MODEL_LOADING_AGRESSIVE
* MODEL_LOADING_AGGRESSIVE
*
* Constant for agressive model loading
* Will require_once() all found model files
*/
const MODEL_LOADING_AGRESSIVE = 1;
const MODEL_LOADING_AGGRESSIVE = 1;
/**
* MODEL_LOADING_CONSERVATIVE