From 0afa2e0bf9dacafa4d30886b7d178b5fbfe05133 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Mon, 11 Nov 2002 15:14:26 +0000 Subject: [PATCH] fixed a typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103341 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-first-entry.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ldap/functions/ldap-first-entry.xml b/reference/ldap/functions/ldap-first-entry.xml index e1b55ac70a..3c0bfe7282 100644 --- a/reference/ldap/functions/ldap-first-entry.xml +++ b/reference/ldap/functions/ldap-first-entry.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ functions. ldap_first_entry returns the entry identifier for first entry in the result. This entry identifier is then supplied to - lap_next_entry routine to get successive + ldap_next_entry routine to get successive entries from the result. See also ldap_get_entries.