From: Michael R. Crusoe <crusoe@debian.org>
Subject: Fix a typo
Forwarded: https://gitlab.com/paulklemm_PHD/proteinortho/-/merge_requests/6

Found via Debian's "lintian"
--- proteinortho.orig/src/proteinortho_clustering.cpp
+++ proteinortho/src/proteinortho_clustering.cpp
@@ -1851,7 +1851,7 @@
 	}else{
 		do_normalPartitionAlgorithm:
 
-		if (debug_level > 0) cerr << getTime() << " [DEBUG] perfoming a normal split of " << nodes.size()<< " nodes" << "\n";
+		if (debug_level > 0) cerr << getTime() << " [DEBUG] performing a normal split of " << nodes.size()<< " nodes" << "\n";
 
 		// Store data about two groups (Zero cannot be assigned with certainty)
 		map<unsigned int,bool> groupA, groupB, groupZero;
@@ -1869,7 +1869,7 @@
 		}
 		if( (groupA.size() == 0 && groupB.size() == 0) ){
 			
-			cerr << " [WARNING]  All nodes are below the purty threshold. Continue without purity." << "\n";
+			cerr << " [WARNING]  All nodes are below the purity threshold. Continue without purity." << "\n";
 
 			for (unsigned int i = 0; i < y.size(); i++) {
 				if (y[i] < 0) {
--- proteinortho.orig/src/proteinortho_clustering_nolapack.cpp
+++ proteinortho/src/proteinortho_clustering_nolapack.cpp
@@ -1611,7 +1611,7 @@
 	}else{
 		do_normalPartitionAlgorithm:
 
-		if (debug_level > 0) cerr << getTime() << " [DEBUG] perfoming a normal split of " << nodes.size()<< " nodes" << endl;
+		if (debug_level > 0) cerr << getTime() << " [DEBUG] performing a normal split of " << nodes.size()<< " nodes" << endl;
 
 		// Store data about two groups (Zero cannot be assigned with certainty)
 		map<unsigned int,bool> groupA, groupB, groupZero;
