diff --git a/php/classes/UserWsTransfer.php b/php/classes/UserWsTransfer.php index e1523dd..3595233 100644 --- a/php/classes/UserWsTransfer.php +++ b/php/classes/UserWsTransfer.php @@ -616,7 +616,7 @@ class UserWsTransfer { $headers = "From: amda@irap.omp.eu " . "\r\n". "Reply-To: amda@irap.omp.eu " . "\r\n". "Content-type: text/html\r\n"; - $msg = "<html><b>Your Wokspace has been copied to new AMDA</b><br/><br/>".$msg."</html>"; + $msg = "<html><b>Your Workspace has been copied to new AMDA</b><br/><br/>".$msg."</html>"; mail($email, $subject, $msg, $headers); } } -- libgit2 0.21.2