Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaoto Kobayashi <naoto.kobayashi4c@gmail.com>2021-11-15 18:46:21 +0300
committerNaoto Kobayashi <naoto.kobayashi4c@gmail.com>2021-11-15 18:46:21 +0300
commitc42c972ab0a79c2c19db569d352e54a2f1b7ea2d (patch)
treefa835d04938860a605398237f479d4e81d6bd390 /lib/private/legacy/OC_Util.php
parente9b414fbe39eea609c5cfdfb0266527977495802 (diff)
OC_Util::isSetLocaleWorking: fix typo
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Diffstat (limited to 'lib/private/legacy/OC_Util.php')
-rw-r--r--lib/private/legacy/OC_Util.php2
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