From 7d31441618f72ca23e169e9c8c1b92327e71261b Mon Sep 17 00:00:00 2001
From: Magali Ruffier <mr6@ebi.ac.uk>
Date: Tue, 15 Dec 2015 10:57:41 +0000
Subject: [PATCH] using correct grammar

---
 misc-scripts/xref_mapping/XrefParser/ProcessData.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/xref_mapping/XrefParser/ProcessData.pm b/misc-scripts/xref_mapping/XrefParser/ProcessData.pm
index 7e29653910..36c752d1fe 100644
--- a/misc-scripts/xref_mapping/XrefParser/ProcessData.pm
+++ b/misc-scripts/xref_mapping/XrefParser/ProcessData.pm
@@ -285,7 +285,7 @@ DSS
 	  }
 	}
 	else{
-	  print "$file has already been ran with $parser and so will not be ran again\n" if($verbose);
+	  print "$file has already been run with $parser and so will not be run again\n" if($verbose);
 	}
 	next;
       }
-- 
GitLab