From e2df72bb7209c6188219a40e946bc5418b2a77b0 Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Thu, 9 Dec 2004 15:59:59 +0000 Subject: [PATCH] Tidied up error message. --- misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm b/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm index 8a677b9541..868b730c3a 100644 --- a/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm +++ b/misc-scripts/xref_mapping/XrefParser/RefSeqGPFFParser.pm @@ -74,7 +74,7 @@ sub create_xrefs { $type = 'dna'; } else{ - die "could not work out type of sequences for fiel $file\n"; + die "Could not work out sequence type of sequences for $file\n"; } -- GitLab