X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fruns.c;h=b3a1b4fdd80614e432d7fcc2a81a89be942ee20a;hb=f164b2f6e545d8233572a4635d710b2a46784fdb;hp=7e36065730a27818b73f92973f38739840e69c66;hpb=876da2249715aa8495343d8a9b1dd9b4a08fc91d;p=pspp diff --git a/src/language/stats/runs.c b/src/language/stats/runs.c index 7e36065730..b3a1b4fdd8 100644 --- a/src/language/stats/runs.c +++ b/src/language/stats/runs.c @@ -64,7 +64,7 @@ struct run_state /* Return the Z statistic representing the assympototic - distribution of the the number of runs */ + distribution of the number of runs */ static double runs_statistic (const struct run_state *rs) { @@ -164,7 +164,7 @@ runs_execute (const struct dataset *ds, } casegrouper_destroy (grouper); if (multimodal) - msg (MW, _("Multiple modes exist for varible `%s'. Using %g as the threshold value."), + msg (MW, _("Multiple modes exist for variable `%s'. Using %g as the threshold value."), var_get_name (var), run->cutpoint); } }