From 9d6eb011dd473c95e04b98d54ee86fdb5ecd6b03 Mon Sep 17 00:00:00 2001
From: Will Spooner <whs@sanger.ac.uk>
Date: Fri, 29 Apr 2005 12:10:08 +0000
Subject: [PATCH] Fixed POD typo

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

diff --git a/modules/Bio/EnsEMBL/Gene.pm b/modules/Bio/EnsEMBL/Gene.pm
index 28c00f174e..7d4105b2d9 100755
--- a/modules/Bio/EnsEMBL/Gene.pm
+++ b/modules/Bio/EnsEMBL/Gene.pm
@@ -376,7 +376,7 @@ sub get_all_Exons {
    return \@out;
 }
 
-=head2 get_all_orthologous_Genes
+=head2 get_all_homologous_Genes
 
   Args       : none
   Example    : 
-- 
GitLab