X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fruns.c;h=b3a1b4fdd80614e432d7fcc2a81a89be942ee20a;hb=refs%2Fbuilds%2F20131201030504%2Fpspp;hp=9fc571cf9293bd9d47aa2e4025baf4b6f11723f0;hpb=2be9bee9da6a2ce27715e58128569594319abfa2;p=pspp diff --git a/src/language/stats/runs.c b/src/language/stats/runs.c index 9fc571cf92..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); } } @@ -384,7 +384,7 @@ show_runs_result (const struct runs_test *rt, const struct run_state *rs, const TAT_TITLE | TAB_LEFT , _("Cases < Test Value")); tab_text (table, 0, column_headers + 2, - TAT_TITLE | TAB_LEFT , _("Cases >= Test Value")); + TAT_TITLE | TAB_LEFT , _("Cases ≥ Test Value")); tab_text (table, 0, column_headers + 3, TAT_TITLE | TAB_LEFT , _("Total Cases"));