From: John Darrington Date: Sun, 3 Nov 2013 06:59:55 +0000 (+0100) Subject: Corrected typo in description string X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140c1f9a6efdfc35ad43b94723a69cbd576c6cd5;p=pspp Corrected typo in description string --- diff --git a/src/ui/gui/main.c b/src/ui/gui/main.c index 6bd6d1b904..c57c714988 100644 --- a/src/ui/gui/main.c +++ b/src/ui/gui/main.c @@ -88,7 +88,7 @@ usage (void) gtk_help = gtk_help != NULL ? gtk_help + 2 : gtk_help_base; printf (_("\ -PSPPIRE, a GUI for PSPP, a program for statistical analysis of sample data.\n\ +PSPPIRE, a GUI for PSPP, a program for statistical analysis of sampled data.\n\ Usage: %s [OPTION]... FILE\n\ \n\ Arguments to long options also apply to equivalent short options.\n\ diff --git a/src/ui/terminal/terminal-opts.c b/src/ui/terminal/terminal-opts.c index da69afb508..5bf8b5ce85 100644 --- a/src/ui/terminal/terminal-opts.c +++ b/src/ui/terminal/terminal-opts.c @@ -172,7 +172,7 @@ usage (void) char *inc_path = string_array_join (include_path_default (), " "); printf (_("\ -PSPP, a program for statistical analysis of sample data.\n\ +PSPP, a program for statistical analysis of sampled data.\n\ Usage: %s [OPTION]... FILE...\n\ \n\ Arguments to long options also apply to equivalent short options.\n\