diff options
author | Stefan Weil | 2019-12-14 08:59:39 +0100 |
---|---|---|
committer | Stefan Weil | 2019-12-14 09:29:06 +0100 |
commit | ab49e774910743701ee8742799c0b5a58ea65d8a (patch) | |
tree | 64057cbb86e9b4524444f00dcf0482345ac96a2b /modules-available/locationinfo/inc/infopanel.inc.php | |
parent | [statistics] Fix date range queries to match by day, not by second (diff) | |
download | slx-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 'modules-available/locationinfo/inc/infopanel.inc.php')
-rw-r--r-- | modules-available/locationinfo/inc/infopanel.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/inc/infopanel.inc.php b/modules-available/locationinfo/inc/infopanel.inc.php index 7b0c6fe0..1e2e7313 100644 --- a/modules-available/locationinfo/inc/infopanel.inc.php +++ b/modules-available/locationinfo/inc/infopanel.inc.php @@ -212,7 +212,7 @@ class InfoPanel /** * Format the openingtime in the frontend needed format. - * One key per week day, wich contains an array of { + * One key per week day, which contains an array of { * 'HourOpen' => hh, 'MinutesOpen' => mm, * 'HourClose' => hh, 'MinutesClose' => mm } * |