The following commit has been merged in the master branch:
commit 1a3d55e03561d4c53dd654026c7e64ce97c68219
Author: Guillem Jover <[email protected]>
Date:   Sat Feb 5 05:44:59 2011 +0100

    dpkg: Fix typo in debug help output

diff --git a/src/main.c b/src/main.c
index fdf4bf0..619c7bb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -261,7 +261,7 @@ static void setdebug(const struct cmdinfo *cpi, const char 
*value) {
       printf(" %6o  %-16s %s\n", dip->flag, dip->name, gettext(dip->desc));
 
     printf(_("\n"
-"Debugging options are be mixed using bitwise-or.\n"
+"Debugging options can be mixed using bitwise-or.\n"
 "Note that the meanings and values are subject to change.\n"));
     m_output(stdout, _("<standard output>"));
     exit(0);

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to