diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php index 7f9d6715c45..d110163d62f 100644 --- a/htdocs/user/logout.php +++ b/htdocs/user/logout.php @@ -27,7 +27,7 @@ if ($_SESSION["dol_authmode"] == 'forceuser' && $_SESSION["dol_authmode"] == 'http') { - die("Deconexion does not work when conexion was made in mode ".$_SESSION["dol_authmode"]); + die("Disconnection does not work when connection was made in mode ".$_SESSION["dol_authmode"]); } include_once("../conf/conf.php");