This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: typo in po/libc.pot


>>>>> GOTO Masanori writes:

 > I found some typo in po/libc.pot.
libc.pot is a generated file.  Instead of fixing libc.pot, I'll fix
the original texts now.

Uli, can you update libc.pot soon?
 > Regards,
 > -- GOTO Masanori


 > --- libc.pot.vanilla    Thu Sep  7 17:55:57 2000
 > +++ libc.pot    Thu Sep  7 17:55:34 2000
 > @@ -426,7 +426,7 @@
 
 >  #: locale/programs/ld-collate.c:1290
 >  #, c-format
 > -msgid "%s: `%s' must be a charater"
 > +msgid "%s: `%s' must be a character"
 >  msgstr ""
 
 >  #: locale/programs/ld-address.c:248 locale/programs/ld-address.c:276
 > @@ -1700,7 +1700,7 @@
 >  msgstr ""
 
 >  #: elf/dl-load.c:816
 > -msgid "ELF file version does not not match current one"
 > +msgid "ELF file version does not match current one"
 >  msgstr ""
 
 >  #: elf/dl-load.c:805
 > @@ -4307,7 +4307,7 @@
 >  msgstr ""
 
 >  #: locale/programs/ld-monetary.c:900
 > -msgid "conversion rate valze cannot be zero"
 > +msgid "conversion rate value cannot be zero"
 >  msgstr ""
Already fixed.
 
 >  #: iconv/iconv_prog.c:385 iconv/iconv_prog.c:410
 > @@ -4667,7 +4667,7 @@
 >  msgstr ""
 
 >  #: nscd/connections.c:469
 > -msgid "key length in request too long: %zd"
 > +msgid "key length in request too long: %Zd"
 >  msgstr ""
Why is this a typo?

The manual has:
@samp{z} was introduced in @w{ISO C99}.  @samp{Z} is a GNU extension
predating this addition and should not be used in new code.
 
 >  #: elf/ldconfig.c:606
 > @@ -5077,7 +5077,7 @@
 >  msgstr ""
 
 >  #: iconv/iconv_prog.c:63
 > -msgid "supress warnings"
 > +msgid "suppress warnings"
 >  msgstr ""
Already fixed.
 >  #: sunrpc/svc_run.c:76

Thanks,
Andreas

2000-09-07  Andreas Jaeger  <aj@suse.de>

	* locale/programs/ld-collate.c (handle_ellipsis): Fix typo.
	* elf/dl-load.c (_dl_map_object_from_fd): Likewise.
	Reported by GOTO Masanori <gotom@debian.or.jp>.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]