Skip to content

Commit 4a6aedd

Browse files
author
jwarnier
committed
Fix typos
1 parent 132e059 commit 4a6aedd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function update($event_name,$data) {
489489
$this->_exec("chmod 751 ".escapeshellcmd($data["new"]["document_root"])."/*");
490490
$this->_exec("chmod 710 ".escapeshellcmd($data["new"]["document_root"]."/web"));
491491

492-
// make temp direcory writable for the apache user and the website user
492+
// make temp directory writable for the apache and website users
493493
$this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp"));
494494

495495
$command = 'usermod';
@@ -534,7 +534,7 @@ function update($event_name,$data) {
534534
$this->_exec("chmod 755 ".escapeshellcmd($data["new"]["document_root"]."/*"));
535535
$this->_exec("chown root:root ".escapeshellcmd($data["new"]["document_root"]."/"));
536536

537-
// make temp direcory writable for the apache user and the website user
537+
// make temp directory writable for the apache and website users
538538
$this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp"));
539539
}
540540

@@ -1325,4 +1325,4 @@ private function _checkTcp ($host,$port) {
13251325

13261326
} // end class
13271327

1328-
?>
1328+
?>

server/plugins-available/cron_plugin.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function update($event_name,$data) {
133133
exec("setquota -T -u $username 604800 604800 -a &> /dev/null");
134134
}
135135

136-
// make temp direcory writable for the apache user and the website user
136+
// make temp directory writable for the apache and website users
137137
exec("chmod 777 ".escapeshellcmd($parent_domain["document_root"]."/tmp"));
138138

139139
/** TODO READ CRON MASTER **/
@@ -236,4 +236,4 @@ function _write_crontab() {
236236

237237
} // end class
238238

239-
?>
239+
?>

0 commit comments

Comments
 (0)