fixed a typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103341 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2002-11-11 15:14:26 +00:00
parent 984d0a285d
commit 0afa2e0bf9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
<refentry id="function.ldap-first-entry">
<refnamediv>
@ -23,7 +23,7 @@
functions. <function>ldap_first_entry</function> returns the
entry identifier for first entry in the result. This entry
identifier is then supplied to
<function>lap_next_entry</function> routine to get successive
<function>ldap_next_entry</function> routine to get successive
entries from the result.</para>
<para>
See also <function>ldap_get_entries</function>.</para>