From 3224f6e8da7b6dc000856226f381012d778e2eca Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 9 Jan 2018 00:50:10 +0100 Subject: Fix spelling mistake in comments --- core/application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/application.php b/core/application.php index ee34d54..3b1eba7 100644 --- a/core/application.php +++ b/core/application.php @@ -4,7 +4,7 @@ #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# # # # This file brings the application up and defines default configuration values # -# for the application which can be overwritten in configuration.php. # +# for the application which can be overridden in configuration.php. # # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# @@ -34,7 +34,7 @@ set_exception_handler(function(Throwable $Exception) { HTTP::init($_GET, $_POST, $_FILES, TRUE); #=============================================================================== -# Default configuration (can be overwritten in configuration.php) +# Default configuration (can be overridden in configuration.php) #=============================================================================== $configuration = [ 'CORE.LANGUAGE' => 'en', -- cgit v1.2.3