From c128b1e8338b3889b655a65dd7d042569ec689d8 Mon Sep 17 00:00:00 2001 From: jwarnier <jwarnier@ispconfig3> Date: Fri, 03 Sep 2010 18:19:05 -0400 Subject: [PATCH] fix typos --- install/install.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/install.php b/install/install.php index b2f1e3b..4807026 100644 --- a/install/install.php +++ b/install/install.php @@ -92,7 +92,7 @@ } if(is_dir('/root/ispconfig') || is_dir('/home/admispconfig')) { - die('This software can not be installed on a server wich runs ISPConfig 2.x.'); + die('This software cannot be installed on a server wich runs ISPConfig 2.x.'); } if(is_dir('/usr/local/ispconfig')) { -- Gitblit v1.9.1