[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Small typo in main/main.c



While translating the po files to french, I noticed what looks like a typo
to me:

--- main/main.c~	2002-09-08 21:28:46.000000000 +0200
+++ main/main.c	2002-09-08 22:14:59.000000000 +0200
@@ -50,7 +50,7 @@
 #include "main.h"
 
 static void printversion(void) {
-  if (fputs(_("Debian "), stdout) < 0) werr("stdout");
+  if (fputs(_("Debian `"), stdout) < 0) werr("stdout");
   if (fputs(DPKG, stdout) < 0) werr("stdout");
   if (fputs(_("' package management program version "), stdout) < 0) werr("stdout");
   if (fputs( DPKG_VERSION_ARCH ".\n", stdout) < 0) werr("stdout");

-------------

Could you please commit it ?
Thanks, Mt.



Reply to: