From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Fix a typo

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" << 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;
--- 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;
