Skip to content
Snippets Groups Projects
Commit aa0e13e3 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Missing 'e' in detected.

parent 858eb892
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ eval {
#Print all the errors which could have occured
if($error) {
print "ERROR: Error detcted when connecting to Ensembl!\n";
print "ERROR: Error detected when connecting to Ensembl!\n";
if($error =~ /Can't locate Bio\/E/) {
print "\tLooks like you need to setup your PERL5LIB with the Ensembl API. Please consult http://www.ensembl.org/info/docs/api/api_installation.html\n";
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment