aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2018-01-09 00:50:10 +0100
committerThomas Lange <code@nerdmind.de>2018-01-09 00:50:10 +0100
commit3224f6e8da7b6dc000856226f381012d778e2eca (patch)
treed2e647600a5b065b014abc3e83545ff2a59a73b8
parentb0fba5798b576e05de0654c0414a7f6df9b3e39b (diff)
downloadblog-3224f6e8da7b6dc000856226f381012d778e2eca.tar.gz
blog-3224f6e8da7b6dc000856226f381012d778e2eca.tar.xz
blog-3224f6e8da7b6dc000856226f381012d778e2eca.zip
Fix spelling mistake in comments
-rw-r--r--core/application.php4
1 files 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',