diff options
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r-- | framework/TApplication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TApplication.php b/framework/TApplication.php index c06bd080..a9d907f5 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -1120,7 +1120,7 @@ class TApplication extends TComponent * In particular, the following modes are defined * - Off: the application is not running. Any request to the application will obtain an error. * - Debug: the application is running in debug mode. - * - Debug: the application is running in normal production mode. + * - Normal: the application is running in normal production mode. * - Performance: the application is running in performance mode. * @author Qiang Xue <qiang.xue@gmail.com> * @version $Id$ |