From b438827d90c9f65b97001d8beabfd5e28ebdd21f Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Thu, 20 Dec 2007 03:09:57 +0000 Subject: [PATCH] Fixed spelling error. --- lib/Doctrine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 3233f45eb..d155f2c6a 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -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