From: elserj Date: Fri, 3 Sep 2010 21:51:48 +0000 (+0000) Subject: Fixed typo in final output X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=40a27ce834962488526d853b70c8caa6fd93b0d9;p=old-jaiswallab-svn%2F.git Fixed typo in final output svn path=/; revision=27 --- 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";