hholzgra Wed Feb 13 06:07:25 2002 EDT
Modified files:
/phpdoc/en/functions gettext.xml
Log:
function name fix (as reported in bug #15538)
Index: phpdoc/en/functions/gettext.xml
diff -u phpdoc/en/functions/gettext.xml:1.19 phpdoc/en/functions/gettext.xml:1.20
--- phpdoc/en/functions/gettext.xml:1.19 Sat Feb 2 10:35:59 2002
+++ phpdoc/en/functions/gettext.xml Wed Feb 13 06:07:25 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<reference id="ref.gettext">
<title>Gettext</title>
<titleabbrev>gettext</titleabbrev>
@@ -115,13 +115,13 @@
<refentry id='function.dngettext'>
<refnamediv>
- <refname>dcngettext</refname>
+ <refname>dngettext</refname>
<refpurpose>Plural version of dcgettext() Plural version of dgettext</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>dcngettext</methodname>
+ <type>string</type><methodname>dngettext</methodname>
<methodparam><type>string</type><parameter>domain</parameter></methodparam>
<methodparam><type>string</type><parameter>msgid1</parameter></methodparam>
<methodparam><type>string</type><parameter>msgid2</parameter></methodparam>