diff options
author | irgsmirx <tobias.ramforth@udo.edu> | 2013-01-30 14:27:08 +0100 |
---|---|---|
committer | irgsmirx <tobias.ramforth@udo.edu> | 2013-01-30 14:27:08 +0100 |
commit | 0bce22966cf6a003ad8273373383300ebc94f52a (patch) | |
tree | 81133c94f7ca2f01e8af39cc65ed6a5e02b31abf /lib/base.php | |
parent | 5761bd771f4142394a00083712b63e77f8976946 (diff) | |
download | nextcloud-server-0bce22966cf6a003ad8273373383300ebc94f52a.tar.gz nextcloud-server-0bce22966cf6a003ad8273373383300ebc94f52a.zip |
Update lib/base.php
Correction of typo "locate" -> "locale".
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index f9818d3514e..ebaf33814e3 100644 --- a/lib/base.php +++ b/lib/base.php @@ -502,7 +502,7 @@ class OC // write error into log if locale can't be set if (OC_Util::issetlocaleworking() == false) { - OC_Log::write('core', 'setting locate to en_US.UTF-8 failed. Support is probably not installed on your system', OC_Log::ERROR); + OC_Log::write('core', 'setting locale to en_US.UTF-8 failed. Support is probably not installed on your system', OC_Log::ERROR); } if (OC_Config::getValue('installed', false)) { if (OC_Appconfig::getValue('core', 'backgroundjobs_mode', 'ajax') == 'ajax') { |