Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP
In directory sc8-pr-cvs1:/tmp/cvs-serv30529
Modified Files:
Search.pod
Log Message:
Fix typo
Index: Search.pod
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Search.pod,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Search.pod 1 Aug 2003 16:34:42 -0000 1.6
+++ Search.pod 2 Aug 2003 18:50:18 -0000 1.7
@@ -28,7 +28,7 @@
Returns a reference to a HASH, where the keys are the DNs of the
results and the values are HASH references. These second level HASHes
hold the attributes such that the keys are the attribute names, in
-lowercase, and the values are references to and ARRAY holding the
+lowercase, and the values are references to an ARRAY holding the
values.
This method will block until the whole search request has finished.
|