Fix some typos (found by codespell)
[pspp] / src / language / stats / logistic.c
index b8ebb70cf7f452c10dafe81b8f787b03a2974861..4ab3f6f6db3fbbf6e22555cb99046fa811b19628 100644 (file)
@@ -598,7 +598,7 @@ run_lr (const struct lr_spec *cmd, struct casereader *input,
   work.hessian = NULL;
 
   /* Get the initial estimates of \beta and their standard errors.
-     And perform other auxilliary initialisation.  */
+     And perform other auxiliary initialisation.  */
   if (! initial_pass (cmd, &work, input))
     goto error;