From 42183ee1d65c66be80e18d48e3cb109cab43cf31 Mon Sep 17 00:00:00 2001 From: Talmai Oliveira Date: Sat, 29 Sep 2018 19:25:15 -0400 Subject: [PATCH] more typos --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index 9428a092..24c4007a 100644 --- a/config-dist.php +++ b/config-dist.php @@ -7,7 +7,7 @@ Setting('MODE', 'production'); # one of the other available localization files in the "/localization" directory Setting('CULTURE', 'en'); -# To keep it simpel, grocy does not handle any currency conversions, +# To keep it simple: grocy does not handle any currency conversions, # this here is used to format all money values, # so can be anything (e. g. "USD" OR "$", doesn't matter...) Setting('CURRENCY', '$');