diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 20:05:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 20:05:08 +0000 |
commit | e59712484d11d021b90812b0bd06ba190f7d63a2 (patch) | |
tree | 69f98b298da44e2e7d4f955f0b4752c06720b0f6 | |
parent | 5d1fba6d95dd24848e741d1a85bf1d64aeee39b1 (diff) | |
download | glibc-e59712484d11d021b90812b0bd06ba190f7d63a2.tar glibc-e59712484d11d021b90812b0bd06ba190f7d63a2.tar.gz glibc-e59712484d11d021b90812b0bd06ba190f7d63a2.tar.bz2 glibc-e59712484d11d021b90812b0bd06ba190f7d63a2.zip |
Fix typo in comment.
-rw-r--r-- | intl/dcigettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/dcigettext.c b/intl/dcigettext.c index 0de89d0abb..27398c1ca7 100644 --- a/intl/dcigettext.c +++ b/intl/dcigettext.c @@ -751,7 +751,7 @@ _nl_find_msg (domain_file, msgid, index) appropriate table with the same structure as the table of translations in the file, where we can put the pointers to the converted strings in. - The is a slight complication with the INDEX: We don't know + There is a slight complication with the INDEX: We don't know a priori which entries are plural entries. Therefore at any moment we can only translate the variants 0 .. INDEX. */ |