Commit b438827d authored by Jonathan.Wage's avatar Jonathan.Wage

Fixed spelling error.

parent 7b321a21
...@@ -427,12 +427,12 @@ final class Doctrine ...@@ -427,12 +427,12 @@ final class Doctrine
const IDENTIFIER_COMPOSITE = 4; const IDENTIFIER_COMPOSITE = 4;
/** /**
* MODEL_LOADING_AGRESSIVE * MODEL_LOADING_AGGRESSIVE
* *
* Constant for agressive model loading * Constant for agressive model loading
* Will require_once() all found model files * Will require_once() all found model files
*/ */
const MODEL_LOADING_AGRESSIVE = 1; const MODEL_LOADING_AGGRESSIVE = 1;
/** /**
* MODEL_LOADING_CONSERVATIVE * MODEL_LOADING_CONSERVATIVE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment