From c66fd5de03ae302154ff125f9ad0e387c4971c61 Mon Sep 17 00:00:00 2001
From: Elena.Budnik <ebudnik@irap.omp.eu>
Date: Mon, 9 Jul 2018 10:15:44 +0200
Subject: [PATCH] typo

---
 php/classes/UserWsTransfer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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