]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in comment.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 20:05:08 +0000 (20:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 20:05:08 +0000 (20:05 +0000)
intl/dcigettext.c

index 0de89d0abb45e3cf2bc374ef0f88b2dd68164d69..27398c1ca75ac1c8834258437dac5b5180363ca6 100644 (file)
@@ -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.  */