Revert "histogram - fixed missing cases which have the maximum value"
[pspp] / src / math / levene.c
index 5193c86a1a453f001456ecc7f747870cf346548b..098fcc5a1ba9feba488060e3406f54f84364c998 100644 (file)
@@ -45,7 +45,7 @@ struct levene
   /* Width of the categorical variable */
   int gvw ;
 
-  /* The value deviding the the groups. Valid only for dichotomous categorical variable.*/
+  /* The value dividing the groups. Valid only for dichotomous categorical variable.*/
   const union value *cutpoint;