mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
OC_Util::isSetLocaleWorking: fix typo
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
This commit is contained in:
parent
e9b414fbe3
commit
c42c972ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue