From a0cd7fc1763fbb5bf59e5e208ce9d5ebd9f9ffa6 Mon Sep 17 00:00:00 2001 From: Naoto Kobayashi Date: Tue, 16 Nov 2021 00:46:21 +0900 Subject: [PATCH] OC_Util::isSetLocaleWorking: fix typo Signed-off-by: Naoto Kobayashi --- lib/private/legacy/OC_Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php index 887985aa429..50ff1c682c8 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -1289,7 +1289,7 @@ class OC_Util { } /** - * Check if the setlocal call does not work. This can happen if the right + * Check if the setlocale call does not work. This can happen if the right * local packages are not available on the server. * * @return bool