From 68b03a0eabb6dcbdebaef04d4dc12ebbf4d0a4c3 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Wed, 6 Jul 2016 08:59:38 +0200
Subject: [PATCH] Fix config sample text

---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 6285e096ba7..21e8e55069e 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -236,7 +236,7 @@ $CONFIG = array(
 
 /**
  * The return address that you want to appear on emails sent by the Nextcloud
- * server, for example ``oc-admin@example.com``, substituting your own domain,
+ * server, for example ``nc-admin@example.com``, substituting your own domain,
  * of course.
  */
 'mail_domain' => 'example.com',
-- 
GitLab