X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Flogistic.c;h=4ab3f6f6db3fbbf6e22555cb99046fa811b19628;hp=b8ebb70cf7f452c10dafe81b8f787b03a2974861;hb=f790dbda9d498eef9c9c0a49078adbeecf768d56;hpb=fd42aabc26013ace3f87acc4108c3d8a3b238232 diff --git a/src/language/stats/logistic.c b/src/language/stats/logistic.c index b8ebb70cf7..4ab3f6f6db 100644 --- a/src/language/stats/logistic.c +++ b/src/language/stats/logistic.c @@ -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;