summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorStefan Weil2019-12-14 08:59:39 +0100
committerStefan Weil2019-12-14 09:29:06 +0100
commitab49e774910743701ee8742799c0b5a58ea65d8a (patch)
tree64057cbb86e9b4524444f00dcf0482345ac96a2b /install.php
parent[statistics] Fix date range queries to match by day, not by second (diff)
downloadslx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.gz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.xz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.zip
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index e566b5a4..1038b400 100644
--- a/install.php
+++ b/install.php
@@ -41,7 +41,7 @@ function finalResponse($status, $message = '')
define('UPDATE_DONE', 'UPDATE_DONE'); // Process completed successfully. This is a success return code.
define('UPDATE_NOOP', 'UPDATE_NOOP'); // Nothing had to be done, everything is up to date. This is also a success code.
define('UPDATE_RETRY', 'UPDATE_RETRY'); // Install/update process failed, but should be retried later.
-define('UPDATE_FAILED', 'UPDATE_FAILED'); // Fatal error occured, retry will not resolve the issue.
+define('UPDATE_FAILED', 'UPDATE_FAILED'); // Fatal error occurred, retry will not resolve the issue.
/*
* Helper functions for dealing with the database