1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix documentation in manual page
Bug-Debian: http://bugs.debian.org/175421
Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=35680
Author: Raphaƫl Hertzog <hertzog@debian.org>
Last-Update: 2011-07-16
--- a/gettext.pm
+++ b/gettext.pm
@@ -235,7 +235,7 @@ sub DESTROY {
gettext(), dgettext(), and dcgettext() attempt to retrieve a string
matching their C<msgid> parameter within the context of the current
locale. dcgettext() takes the message's category and the text domain
-as parameters while dcgettext() defaults to the LC_MESSAGES category
+as parameters while dgettext() defaults to the LC_MESSAGES category
and gettext() defaults to LC_MESSAGES and uses the current text domain.
If the string is not found in the database, then C<msgid> is returned.
|