From: Ulrich Drepper Date: Sun, 21 May 2000 20:05:08 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: cvs/glibc_2-1-91~413 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e59712484d11d021b90812b0bd06ba190f7d63a2;p=thirdparty%2Fglibc.git Fix typo in comment. --- diff --git a/intl/dcigettext.c b/intl/dcigettext.c index 0de89d0abb4..27398c1ca75 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. */