Sfoglia il codice sorgente

dpkg: Fix typo in debug help output

Guillem Jover 15 anni fa
parent
commit
1a3d55e035
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main.c

+ 1 - 1
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);