From e396157bafedbe659d0bf3b75816b91dee16d357 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Fri, 8 Aug 2008 10:56:37 +0000
Subject: [PATCH] Misspellt variable name, fixed.

---
 modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
index e14e89889b..f4316d60a4 100755
--- a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
@@ -637,7 +637,7 @@ sub all_species {
     . "FROM meta "
     . "WHERE meta_key = 'species.db_name'";
 
-  my $sth = $self->dbc()->db_handle()->prepare($statment);
+  my $sth = $self->dbc()->db_handle()->prepare($statement);
 
   $sth->execute();
 
-- 
GitLab