From 40a27ce834962488526d853b70c8caa6fd93b0d9 Mon Sep 17 00:00:00 2001 From: elserj Date: Fri, 3 Sep 2010 21:51:48 +0000 Subject: [PATCH] Fixed typo in final output svn path=/; revision=27 --- interactome_scripts/find_species_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interactome_scripts/find_species_test.pl b/interactome_scripts/find_species_test.pl index e56054d..6133513 100755 --- a/interactome_scripts/find_species_test.pl +++ b/interactome_scripts/find_species_test.pl @@ -27,5 +27,5 @@ foreach my $file (@file_array) { print "$file\t\t$spec\t\t$gene\n"; } -print "\nIf it it didn't die with an error and looks correct, species and gene lookup is okay\n\n"; +print "\nIf this test didn't die with an error and looks correct, species and gene lookup is okay\n\n"; -- 2.34.1