From 4a6aedd1afeb6486eb110e4f0db49e6459ca2961 Mon Sep 17 00:00:00 2001 From: jwarnier <jwarnier@ispconfig3> Date: Fri, 13 Aug 2010 18:09:25 -0400 Subject: [PATCH] Fix typos --- server/plugins-available/cron_plugin.inc.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/plugins-available/cron_plugin.inc.php b/server/plugins-available/cron_plugin.inc.php index c2b4b3a..eae2232 100644 --- a/server/plugins-available/cron_plugin.inc.php +++ b/server/plugins-available/cron_plugin.inc.php @@ -133,7 +133,7 @@ exec("setquota -T -u $username 604800 604800 -a &> /dev/null"); } - // make temp direcory writable for the apache user and the website user + // make temp directory writable for the apache and website users exec("chmod 777 ".escapeshellcmd($parent_domain["document_root"]."/tmp")); /** TODO READ CRON MASTER **/ @@ -236,4 +236,4 @@ } // end class -?> \ No newline at end of file +?> -- Gitblit v1.9.1