[Dctrl-tools-devel] [SCM] Debian control file query tools branch, maint-2.20, updated. 2.20-21-g85e3475

David Prévot taffit at debian.org
Thu Dec 8 16:48:12 UTC 2011


The following commit has been merged in the maint-2.20 branch:
commit f6da5ef3d2eee72a9092cd700f6b3b054c730e8a
Author: David Prévot <taffit at debian.org>
Date:   Thu Dec 8 09:38:04 2011 -0400

    (en) Runtime strings review by Justin B Rye
    
    <20111208103543.GA24436 at xibalba.demon.co.uk>

diff --git a/grep-dctrl/grep-dctrl.c b/grep-dctrl/grep-dctrl.c
index 0fc74c5..9e661bb 100644
--- a/grep-dctrl/grep-dctrl.c
+++ b/grep-dctrl/grep-dctrl.c
@@ -138,8 +138,8 @@ static struct argp_option options[] = {
 	{ "gt",		    OPT_GT, 0,		    0, N_("Version number comparison: >>.") },
 	{ "ge",		    OPT_GE, 0,		    0, N_("Version number comparison: >=.") },
 	{ "debug-optparse", OPT_OPTPARSE, 0,	    0, N_("Debug option parsing.") },
-	{ "quiet",	    'q', 0,		    0, N_("Do no output to stdout.") },
-	{ "silent",	    OPT_SILENT, 0,	    0, N_("Do no output to stdout.") },
+	{ "quiet",	    'q', 0,		    0, N_("Do not output to stdout.") },
+	{ "silent",	    OPT_SILENT, 0,	    0, N_("Do not output to stdout.") },
 	{ "mmap",           OPT_MMAP, 0,            0, N_("Attempt mmapping input files") },
 	{ "ignore-parse-errors", OPT_IGN_ERRS, 0,   0, N_("Ignore parse errors") },
         { "pattern",        OPT_PATTERN, N_("PATTERN"), 0, N_("Specify the pattern to search for") },
diff --git a/grep-dctrl/rc.c b/grep-dctrl/rc.c
index 5cc5cf1..fb4b88b 100644
--- a/grep-dctrl/rc.c
+++ b/grep-dctrl/rc.c
@@ -158,7 +158,7 @@ struct ifile find_ifile_by_exename(const char * exename, const char * rcfname)
 		line_exe = strtok(line, " \t");
 		if (line_exe == 0) {
 			line_message(L_IMPORTANT, fname, lineno,
-				     _("syntax error: need a executable name")
+				     _("syntax error: need an executable name")
                                 );
 			continue;
 		}

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list