From a30ae6fc9ec49b24fca8d0976547da31f32c0cc9 Mon Sep 17 00:00:00 2001 From: cjfields Date: Tue, 16 Sep 2008 19:09:14 +0000 Subject: [PATCH] typo svn path=/bioperl-live/trunk/; revision=14884 --- Bio/PrimarySeq.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bio/PrimarySeq.pm b/Bio/PrimarySeq.pm index 8467c6e54..b089a3be6 100644 --- a/Bio/PrimarySeq.pm +++ b/Bio/PrimarySeq.pm @@ -204,7 +204,7 @@ sub new { # when the sequence is set $alphabet && $self->alphabet($alphabet); - # if there is an alphabet, and direct is passed in, assumme the alphabet + # if there is an alphabet, and direct is passed in, assume the alphabet # and sequence is ok if( $direct && $ref_to_seq) { -- 2.11.4.GIT