Fix some typos (found by codespell)
[pspp] / src / language / stats / quick-cluster.c
index bd22fd1800d54ba47abf2c70dfb7d5276c8feb37..b171951557f95c1a464aacc9e1dfcfabc8576dd6 100644 (file)
@@ -237,7 +237,7 @@ min_dist_from (const struct Kmeans *kmeans, const struct qc *qc, int which)
 
 
 
-/* Calculate the intial cluster centers. */
+/* Calculate the initial cluster centers. */
 static void
 kmeans_initial_centers (struct Kmeans *kmeans, const struct casereader *reader, const struct qc *qc)
 {