From adb8197c0b7801f5b739eba2e6ce24a3f9aad27b Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Fri, 5 Apr 2013 13:44:49 +0300
Subject: [PATCH] Update config.sample.php
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

clarify documentation. Fixes https://github.com/owncloud/core/issues/2624 
---
 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 95be5a9f012..9b7d8e5c38d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -56,10 +56,10 @@ $CONFIG = array(
 /* Theme to use for ownCloud */
 "theme" => "",
 
-/* Path to the 3rdparty directory */
+/* Path to the parent directory of the 3rdparty directory */
 "3rdpartyroot" => "",
 
-/* URL to the 3rdparty directory, as seen by the browser */
+/* URL to the parent directory of the 3rdparty directory, as seen by the browser */
 "3rdpartyurl" => "",
 
 /* Default app to load on login */
-- 
GitLab