From 1b99675dfb2aa8c61cdc11c8935f979f69798f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Plaza=20O=C3=B1ate?= Date: Tue, 6 Feb 2024 07:39:33 +0100 Subject: [PATCH] Fix typo --- src/peprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peprocessor.cpp b/src/peprocessor.cpp index 8ff63b9..3295d1b 100644 --- a/src/peprocessor.cpp +++ b/src/peprocessor.cpp @@ -358,7 +358,7 @@ void PairEndProcessor::recycleToPool2(int tid, Read* r) { bool PairEndProcessor::processPairEnd(ReadPack* leftPack, ReadPack* rightPack, ThreadConfig* config){ if(leftPack->count != rightPack->count) { cerr << endl; - cerr << "WARNNIG: different read numbers of the " << mPackProcessedCounter << " pack" << endl; + cerr << "WARNING: different read numbers of the " << mPackProcessedCounter << " pack" << endl; cerr << "Read1 pack size: " << leftPack->count << endl; cerr << "Read2 pack size: " << rightPack->count << endl; cerr << endl;