From 21f53b7f7ade89a67db721604537e667703fbdd5 Mon Sep 17 00:00:00 2001 From: Ryan Williams <ryan.blake.williams@gmail.com> Date: Mon, 27 Oct 2014 14:29:57 -0400 Subject: [PATCH] fix comment typo --- src/bamToFastq/bamToFastq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bamToFastq/bamToFastq.cpp b/src/bamToFastq/bamToFastq.cpp index 8b80e7f7..72f324f7 100644 --- a/src/bamToFastq/bamToFastq.cpp +++ b/src/bamToFastq/bamToFastq.cpp @@ -88,7 +88,7 @@ void BamToFastq::PairedFastq() { if (bam1.IsPaired()) { cerr << "*****WARNING: Query " << bam1.Name - << " is marked as paired, but it's mate does not occur" + << " is marked as paired, but its mate does not occur" << " next to it in your BAM file. Skipping. " << endl; } bam1 = bam2; -- GitLab