Fixing typo in error message.

This commit is contained in:
Ryan Poplin 2012-08-24 10:48:41 -04:00
parent e5cfdb4811
commit 5f8574bd15
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class GenomeLoc implements Comparable<GenomeLoc>, Serializable, HasGenome
} }
if (!(this.contiguousP(that))) { if (!(this.contiguousP(that))) {
throw new ReviewedStingException("The two genome loc's need to be contigous"); throw new ReviewedStingException("The two genome loc's need to be contiguous");
} }
return new GenomeLoc(getContig(), this.contigIndex, return new GenomeLoc(getContig(), this.contigIndex,