Hi,

the attached patch fixes a few typos in Net::LDAP::Entry.pod

Please consider it for inclusion into the next version of perl-ldap.

Best
Peter
-- 
Peter Marschall
pe...@adpm.de
From fb4418175d436e598e72e4a2fc7d185a40c8e378 Mon Sep 17 00:00:00 2001
From: Peter Marschall <pe...@adpm.de>
Date: Fri, 2 Jul 2010 19:22:07 +0200
Subject: [PATCH] Entry.pod: fix typos


Signed-off-by: Peter Marschall <pe...@adpm.de>
---
 lib/Net/LDAP/Entry.pod |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Net/LDAP/Entry.pod b/lib/Net/LDAP/Entry.pod
index fd4de1b..b81528b 100644
--- a/lib/Net/LDAP/Entry.pod
+++ b/lib/Net/LDAP/Entry.pod
@@ -219,15 +219,15 @@ the directory server until the C<update> method is called.
 
 =item ldif ( OPTION =E<gt> VALUE, ... )
 
-Returns the entry as an LDIF string. possible options
+Returns the entry as an LDIF string. Possible options are
 
 =over
 
 =item change =E<gt> VALUE
 
 If given a true value then the LDIF will be generated as a change record.
-If flase, then the LDIF generated will represent the entry content. If
-unspecified then it will fefault to true if the entry has changes and
+If false, then the LDIF generated will represent the entry content. If
+unspecified then it will default to true if the entry has changes and
 false if no changes have been applied to the entry.
 
 =back
-- 
1.7.2.3

Reply via email to