From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 15 Mar 2017 15:38:07 +0000 (+0100)
Subject: fix typo
X-Git-Url: https://git.auder.net/variants/Chakart/css/assets/current/doc/common.css?a=commitdiff_plain;h=8546023eccc529272cf3e50f8dad17eed9d7b047;p=epclust.git

fix typo
---

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) )