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]

Typo in ld_collate.c


While translating the german message catalog, I stumbled over the typo fixed
by the following patch that Andreas Jaeger already checked in.

2001-05-21  Philipp Thomas  <pthomas@suse.de>

	* locale/programs/ld-collate.c (handle_ellipsis): Fix typo.


--- locale/programs/ld-collate.c.old	Sat Apr  7 23:02:35 2001
+++ locale/programs/ld-collate.c	Mon May 21 19:25:43 2001
@@ -1246,7 +1246,7 @@
 		  "LC_COLLATE");
       else if (endp == NULL)
 	lr_error (ldfile, _("\
-%s: symbolic range ellipsis must not be direct followed by `order_end'"),
+%s: symbolic range ellipsis must not be directly followed by `order_end'"),
 		  "LC_COLLATE");
       else
 	{

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Deutscherrnstr. 15-19, D-90429 Nuremberg, Germany

Penguins shall save the dinosaurs
                          -- Handelsblatt about Linux on S/390


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