Skip to content

Commit c128b1e

Browse files
author
jwarnier
committed
fix typos
1 parent faf5c66 commit c128b1e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

install/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393

9494
if(is_dir('/root/ispconfig') || is_dir('/home/admispconfig')) {
95-
die('This software can not be installed on a server wich runs ISPConfig 2.x.');
95+
die('This software cannot be installed on a server wich runs ISPConfig 2.x.');
9696
}
9797

9898
if(is_dir('/usr/local/ispconfig')) {

server/plugins-available/bind_dlz_plugin.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function onInstall()
7777
global $conf;
7878

7979
if(isset($conf['bind']['installed']) && $conf['bind']['installed'] == true) {
80-
// Temporary disabled until the installer supports the automatic creatin of the nescessary
80+
// Temporarily disabled until the installer supports the automatic creation of the necessary
8181
// database or at least to select between filebased nd db based bind, as not all bind versions
8282
// support dlz out of the box. To enable this plugin manually, create a symlink from the plugins-enabled
8383
// directory to this file in the plugins-available directory.
@@ -349,4 +349,4 @@ function rr_delete($event_name,$data) {
349349
unset($_db);
350350
}
351351
} // end class
352-
?>
352+
?>

server/plugins-available/cron_jailkit_plugin.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function insert($event_name,$data) {
8181
$app->log("Parent domain not found",LOGLEVEL_WARN);
8282
return 0;
8383
} elseif($parent_domain["system_user"] == 'root' or $parent_domain["system_group"] == 'root') {
84-
$app->log("Websites (and Crons) can not be owned by the root user or group.",LOGLEVEL_WARN);
84+
$app->log("Websites (and Crons) cannot be owned by the root user or group.",LOGLEVEL_WARN);
8585
return 0;
8686
}
8787

@@ -150,7 +150,7 @@ function update($event_name,$data) {
150150
$app->log("Parent domain not found",LOGLEVEL_WARN);
151151
return 0;
152152
} elseif($parent_domain["system_user"] == 'root' or $parent_domain["system_group"] == 'root') {
153-
$app->log("Websites (and Crons) can not be owned by the root user or group.",LOGLEVEL_WARN);
153+
$app->log("Websites (and Crons) cannot be owned by the root user or group.",LOGLEVEL_WARN);
154154
return 0;
155155
}
156156

@@ -325,4 +325,4 @@ private function _exec($command) {
325325

326326
} // end class
327327

328-
?>
328+
?>

0 commit comments

Comments
 (0)