summaryrefslogtreecommitdiff
path: root/intl/libintl.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-27 03:11:22 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-27 03:11:22 +0000
commit9d9160ee911de8bdf97f51f26059585f96aee5eb (patch)
tree24a30e9ff288297b61aefe4e144ed7f8fe0aacc7 /intl/libintl.h
parentd472655c75767d8a5956a01435f769c71db499b7 (diff)
2000-04-27 Bruno Haible <clisp.cons.org>
* intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT. * intl/loadinfo.h (internal_function): Define if not already defined. 2000-04-27 Andreas Jaeger <aj@suse.de> * intl/libintl.h: Fix typo, reported by Bruno Haible <clisp.cons.org>.
Diffstat (limited to 'intl/libintl.h')
-rw-r--r--intl/libintl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/libintl.h b/intl/libintl.h
index 91e73265dc..0f147228df 100644
--- a/intl/libintl.h
+++ b/intl/libintl.h
@@ -60,7 +60,7 @@ extern char *dngettext (__const char *__domainname, __const char *__msgid1,
__const char *__msgid2, unsigned long int __n)
__THROW __attribute__ ((__format_arg__ (2)));
-/* Similar to `dxgettext' but select the plural form corresponding to the
+/* Similar to `dcgettext' but select the plural form corresponding to the
number N. */
extern char *dcngettext (__const char *__domainname, __const char *__msgid1,
__const char *__msgid2, unsigned long int __n,