From d9160242b400f6e0eed73e7b5e95a652e984b452 Mon Sep 17 00:00:00 2001 From: cjfields Date: Thu, 18 Dec 2008 05:42:51 +0000 Subject: [PATCH] typo svn path=/bioperl-live/trunk/; revision=15207 --- t/Seq/LocatableSeq.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Seq/LocatableSeq.t b/t/Seq/LocatableSeq.t index 10e607860..7f008e270 100644 --- a/t/Seq/LocatableSeq.t +++ b/t/Seq/LocatableSeq.t @@ -282,7 +282,7 @@ is $seq->end, 15; TODO: { local $TODO = 'Bio::LocatableSeq global variables have scoping issues'; is $Bio::LocatableSeq::GAP_SYMBOLS, '-\?'; - # thsi should be 15 + # this should be 15 isnt $seq->end(19), 19; } -- 2.11.4.GIT