function name fix (as reported in bug #15538)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70159 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2002-02-13 11:07:25 +00:00
parent fb4d2376eb
commit 00b4ce3753

View file

@ -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>