From 04b5cb849ee98c30d4efd1a28fe1ee2a2ffedc8b Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Fri, 22 Jul 2016 09:55:38 +0200
Subject: [PATCH] Fix typo

---
 config/config.sample.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 3376603373a..d761ae92c22 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -435,7 +435,7 @@ $CONFIG = array(
  * Both minimum and maximum times can be set together to explicitly define
  * file and folder deletion. For migration purposes, this setting is installed
  * initially set to "auto", which is equivalent to the default setting in
- * Nextloud.
+ * Nextcloud.
  *
  * Available values:
  *
@@ -475,7 +475,7 @@ $CONFIG = array(
  * Both minimum and maximum times can be set together to explicitly define
  * version deletion. For migration purposes, this setting is installed
  * initially set to "auto", which is equivalent to the default setting in
- * Nextloud.
+ * Nextcloud.
  *
  * Available values:
  *
-- 
GitLab