From b31b6db4deb894b7a4db625247b8c63cd546cd3c Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Tue, 16 Sep 2014 15:51:48 +0200
Subject: [PATCH] Reword the description

The old one was just horrible wrong.
---
 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 71105a8b10d..879ba9e9d01 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -160,7 +160,7 @@ $CONFIG = array(
 /* allow user to change his display name, if it is supported by the back-end */
 'allow_user_to_change_display_name' => true,
 
-/* Check 3rdparty apps for malicious code fragments */
+/* Ensure that 3rdparty applications follows coding guidelines */
 "appcodechecker" => true,
 
 /* Check if ownCloud is up to date */
-- 
GitLab