diff options
author | Naoto Kobayashi <naoto.kobayashi4c@gmail.com> | 2021-11-16 00:46:21 +0900 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-11-17 09:01:40 +0000 |
commit | b01048bafc21d77e384f5b7f35e8b01ac9098168 (patch) | |
tree | 564cc0d07db4650fbf53dd6eaca284d5c10e27ad /lib/private/legacy | |
parent | b9b1ef131906c713c46b53dcf8922b0dc4d50dfc (diff) | |
download | nextcloud-server-b01048bafc21d77e384f5b7f35e8b01ac9098168.tar.gz nextcloud-server-b01048bafc21d77e384f5b7f35e8b01ac9098168.zip |
OC_Util::isSetLocaleWorking: fix typo
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Diffstat (limited to 'lib/private/legacy')
-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 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 |