diff --git a/install.php b/install.php index dbc7623..af6aabf 100644 --- a/install.php +++ b/install.php @@ -6,7 +6,7 @@ if ($_POST["SMARTHOST_PROXY"]=="Y") { # if not FQDN $arr = explode(".",$_POST["DOMAIN"]); if (count($arr)==1) { - echo "Warning! It seems DOMAAIN is not an FQDN. Self-signed certificate will be created only."; + echo "Warning! It seems DOMAIN is not an FQDN. Self-signed certificate will be created only."; $_POST["SELF_SIGNED_CERTIFICATE"] = "true"; }