From b01048bafc21d77e384f5b7f35e8b01ac9098168 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 57fa179d549..e476c449f9e 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -1307,7 +1307,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