From 8546023eccc529272cf3e50f8dad17eed9d7b047 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 15 Mar 2017 16:38:07 +0100
Subject: [PATCH] fix typo

---
 epclust/R/main.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/epclust/R/main.R b/epclust/R/main.R
index fe78e63..4fdc5ae 100644
--- a/epclust/R/main.R
+++ b/epclust/R/main.R
@@ -292,7 +292,7 @@ claws <- function(series, K1, K2, nb_series_per_chunk, nb_items_clust=5*K1,
 	}
 
 	# As explained above, we obtain after all runs ntasks*[K1 or K2] medoids indices,
-	# depending wether WER=="end" or "mix", respectively.
+	# depending whether WER=="end" or "mix", respectively.
 	indices_medoids_all <-
 		if (parll && ntasks>1)
 			unlist( parallel::parLapply(cl, indices_tasks, runTwoStepClustering) )
-- 
2.44.0