From: Benjamin Auder Date: Wed, 15 Mar 2017 15:38:07 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.auder.net/?p=epclust.git;a=commitdiff_plain;h=8546023eccc529272cf3e50f8dad17eed9d7b047 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) )