X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.c;h=098fcc5a1ba9feba488060e3406f54f84364c998;hb=815b194a23ee63977333c1e9d8fe11c2ccc7edd1;hp=5193c86a1a453f001456ecc7f747870cf346548b;hpb=d0dc2e01dc5f60df296c657b7ceeaf0f3624cfb9;p=pspp diff --git a/src/math/levene.c b/src/math/levene.c index 5193c86a1a..098fcc5a1b 100644 --- a/src/math/levene.c +++ b/src/math/levene.c @@ -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;