Fix some typos (found by codespell)
[pspp] / src / language / stats / regression.c
index 5650ca459251802d9d94c53c80078032d3c2d839..72649ba4ac633667d678f188927cbf0cb339dc6e 100644 (file)
@@ -137,7 +137,7 @@ create_aux_var (struct dataset *ds, const char *prefix)
   return var;
 }
 
-/* Auxilliary data for transformation when /SAVE is entered */
+/* Auxiliary data for transformation when /SAVE is entered */
 struct save_trans_data
 {
   int n_dep_vars;