diff options
author | Naoto Kobayashi <naoto.kobayashi4c@gmail.com> | 2021-11-16 00:46:21 +0900 |
---|---|---|
committer | Naoto Kobayashi <naoto.kobayashi4c@gmail.com> | 2021-11-16 00:46:21 +0900 |
commit | c42c972ab0a79c2c19db569d352e54a2f1b7ea2d (patch) | |
tree | fa835d04938860a605398237f479d4e81d6bd390 | |
parent | e9b414fbe39eea609c5cfdfb0266527977495802 (diff) | |
download | nextcloud-server-c42c972ab0a79c2c19db569d352e54a2f1b7ea2d.tar.gz nextcloud-server-c42c972ab0a79c2c19db569d352e54a2f1b7ea2d.zip |
OC_Util::isSetLocaleWorking: fix typo
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
-rw-r--r-- | lib/private/legacy/OC_Util.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |