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

Re: Last call for dpkg 1.9.0 translations



At Tue, 24 Apr 2001 02:46:57 +0200,
Wichert Akkerman wrote:
> 
> 
> It looks like dpkg 1.9.0 is ready for release. Lots of bugs have 
> been fixed and a bunch of features have been added. With all the
> changes some of the text has also changed,  so translations will
> need to be updated as well.
> 
> This is a heads up to translators: In 48 hours I will upload the
> final 1.9.0 version so you have until them to submit translation
> updates.
> 
> The code can be gotten as usual from CVS, either through the web
> at http://cvs.debian.org/, or of course directly from the CVS.
> The CVSROOT is :pserver:anonymous@cvs.debian.org/cvs/dpkg and the
> module is dpkg.

typo?

Index: main.c
===================================================================
RCS file: /cvs/dpkg/dpkg/main/main.c,v
retrieving revision 1.39
diff -u -u -r1.39 main.c
--- main.c	2001/04/23 20:56:02	1.39
+++ main.c	2001/04/24 15:12:36
@@ -187,7 +187,7 @@
 }
 
 static void setobsolete(const struct cmdinfo *cip, const char *value) {
-  fprintf(stderr, _("Warning: obselete option `--%s'\n"),cip->olong);
+  fprintf(stderr, _("Warning: obsolete option `--%s'\n"),cip->olong);
 }
 
 static void setdebug(const struct cmdinfo *cpi, const char *value) {

Regards,
Fumitoshi UKAI



Reply to: