From dae77bf14a7abfeb600a27318e2717a85a44cacf Mon Sep 17 00:00:00 2001 From: kiran Date: Fri, 15 May 2009 20:07:31 +0000 Subject: [PATCH] Fixed a typo in a comment. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@723 348d0f76-0448-11de-a6fe-93d51630548a --- .../sting/secondarybase/BasecallingTrainingSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/org/broadinstitute/sting/secondarybase/BasecallingTrainingSet.java b/java/src/org/broadinstitute/sting/secondarybase/BasecallingTrainingSet.java index c2a5f39b7..d6b720bef 100755 --- a/java/src/org/broadinstitute/sting/secondarybase/BasecallingTrainingSet.java +++ b/java/src/org/broadinstitute/sting/secondarybase/BasecallingTrainingSet.java @@ -34,7 +34,7 @@ public class BasecallingTrainingSet { * @param bustardDir the Bustard directory for the sample * @param lane the lane for the sample * @param cycleBegin the start cycle for the beginning of the read (0-based, inclusive) - * @param cycleEnd the stop ccle for the end of the read (0-based, inclusive) + * @param cycleEnd the stop cycle for the end of the read (0-based, inclusive) * @param trainingLimit the number of training reads to accept */ public BasecallingTrainingSet(File bustardDir, int lane, int cycleBegin, int cycleEnd, int trainingLimit) {