From 997326af5967fc4cc9897410cf61517990ed120d Mon Sep 17 00:00:00 2001 From: Brayden Date: Thu, 21 Mar 2019 17:39:37 -0400 Subject: [PATCH] fix typo in inc/config.php --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index b1c79c63..91ce678c 100644 --- a/inc/config.php +++ b/inc/config.php @@ -902,7 +902,7 @@ // Tinyboard has been translated into a few langauges. See inc/locale for available translations. $config['locale'] = 'en'; // (en, ru_RU.UTF-8, fi_FI.UTF-8, pl_PL.UTF-8) - // Timezone to use for displaying dates/tiems. + // Timezone to use for displaying dates/times. $config['timezone'] = 'America/Los_Angeles'; // The format string passed to strftime() for displaying dates. // http://www.php.net/manual/en/function.strftime.php