From c42c972ab0a79c2c19db569d352e54a2f1b7ea2d 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 ff9a3bb1af7..757e220223c 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -1254,7 +1254,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