projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1355042
)
(handle_ellipsis): Fix typo in error message.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 4 Aug 2000 20:27:28 +0000
(20:27 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 4 Aug 2000 20:27:28 +0000
(20:27 +0000)
locale/programs/ld-collate.c
patch
|
blob
|
history
diff --git
a/locale/programs/ld-collate.c
b/locale/programs/ld-collate.c
index
95c4dd4
..
df59c33
100644
(file)
--- a/
locale/programs/ld-collate.c
+++ b/
locale/programs/ld-collate.c
@@
-1012,7
+1012,7
@@
handle_ellipsis (struct linereader *ldfile, const char *symstr, size_t symlen,
|| (endp != NULL && (endp->name == NULL|| ! endp->is_character)))
{
lr_error (ldfile, _("\
-%s: the start
e
nd the end symbol of a range must stand for characters"),
+%s: the start
a
nd the end symbol of a range must stand for characters"),
"LC_COLLATE");
return;
}