Fix some typos (found by codespell)
[pspp] / src / math / categoricals.c
index 2227d4bb20e43ce9e04602f834326ef363901141..e1bbe1f99b141994365d32de6f888a2dee2619e4 100644 (file)
@@ -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;