X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.c;h=e1bbe1f99b141994365d32de6f888a2dee2619e4;hb=32ea29485bdd610b7d05dd806c5f06f68da0f0fe;hp=2227d4bb20e43ce9e04602f834326ef363901141;hpb=3dd0f6ae0d5eb73a2270a243e443c4ae03c2c16e;p=pspp diff --git a/src/math/categoricals.c b/src/math/categoricals.c index 2227d4bb20..e1bbe1f99b 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -126,7 +126,7 @@ struct interact_params /* An array of integers df_n * df_{n-1} * df_{n-2} ... These are the products of the degrees of freedom for the current - variable and all preceeding variables */ + variable and all preceding variables */ int *df_prod; double *enc_sum;