From 2e4b08611b3f8318ec1fe9f0ef72bd327ef4f266 Mon Sep 17 00:00:00 2001
From: Monika Komorowska <mk8@sanger.ac.uk>
Date: Wed, 20 Jun 2012 09:22:34 +0000
Subject: [PATCH] fixed output message

---
 .../xref_mapping/XrefParser/curated_transcriptParser.pm       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm b/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm
index 0165622ded..1f388d266c 100644
--- a/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm
+++ b/misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm
@@ -101,7 +101,7 @@ sub run_script {
   my $vega_dbc;
   my $core_dbc;
   if(defined($vdbname)){
-    print "Using $host $vdbname for Vega and cdbname for Core\n";
+    print "Using $host $vdbname for Vega and $cdbname for Core\n";
 
     my $vega_db =  XrefParser::Database->new({ host   => $vhost,
 					       port   => $vport,
@@ -111,7 +111,7 @@ sub run_script {
 
     $vega_dbc = $vega_db->dbi;
     if(!defined($vega_dbc)){
-      print "Problem could not open connectipn to $vhost, $vport, $vuser, $vdbname, $vpass\n";
+      print "Problem could not open connection to $vhost, $vport, $vuser, $vdbname, $vpass\n";
       return 1;
     }
 
-- 
GitLab