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
path: root/config
diff options
context:
space:
mode:
authorLennart Rosam <lennart.rosam@medien-systempartner.de>2013-08-02 12:01:34 +0400
committerLennart Rosam <lennart.rosam@medien-systempartner.de>2013-08-02 12:01:34 +0400
commit504beb6cfd95543c4826f00df4f27730e3655314 (patch)
tree69bb4bc55604218f22f5b55dc6aee4762009c07b /config
parent79351d064f5471862c652f61eef1f221ad6cb59f (diff)
Fix typo (again >.<).. gnah
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index bcf8ebdedb0..32d748cf4be 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -56,7 +56,7 @@ $CONFIG = array(
/* Theme to use for ownCloud */
"theme" => "",
-/* Optional ownCLoud default language - overrides automatic language detection on public pages like login or shared items. This has no effect on the users's language preference configured under "personal -> language" once they have logged in */
+/* Optional ownCloud default language - overrides automatic language detection on public pages like login or shared items. This has no effect on the users's language preference configured under "personal -> language" once they have logged in */
"default_language" => "en",
/* Path to the parent directory of the 3rdparty directory */