From 15d69a9965a86c96039be1f545a476a04b79660b Mon Sep 17 00:00:00 2001
From: juanf <juanf@bsse-bs-dock-dhcp-358.ethz.ch>
Date: Mon, 24 Sep 2018 14:02:01 +0200
Subject: [PATCH] Spelling correction

---
 .../eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
index 15e5da80a5a..ea5623c9602 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
@@ -165,7 +165,7 @@ var Util = new function() {
 		}
 		
 		var warning = "<b>Please send an error report if you wish SIS to review it:</b>" +  "<br>" +
-			          "This report contains information about the user and the action it was performing when it happened, including it's data!: <br>" +
+			          "This report contains information about the user and the action it was performing when it happened, including its data!: <br>" +
 				      "Pressing the 'Send error report' button will open your default mail application and gives you the opportunity to delete any sensitive information before sending.";
 					 
 		var report = "agent: " + navigator.userAgent + "%0D%0A" +
-- 
GitLab