Description: fix POD spelling/grammar errors
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=74759
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74759
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-02-08

--- a/lib/Net/LDAP/Control/PostRead.pm
+++ b/lib/Net/LDAP/Control/PostRead.pm
@@ -54,7 +54,7 @@
 In modification operations, the C<Post-Read request control> indicates to the
 server that a copy of the modified entry after the update is to be returned.
 After the successful completion of the operation, the accompanying C<Post-Read
-response control> allows to retrieve the updated value from the servers's response.
+response control> allows one to retrieve the updated value from the servers's response.
 
 One use case of this control may be to obtain values of operational attributes,
 such as the C<entryUUID> and C<modifyTimestamp> attributes, updated by the server
--- a/lib/Net/LDAP/Control/PreRead.pm
+++ b/lib/Net/LDAP/Control/PreRead.pm
@@ -108,7 +108,7 @@
 In modification operations, the C<Pre-Read request control> indicates to the
 server that a copy of the original entry before the update is to be returned.
 After the successful completion of the operation, the accompanying C<Pre-Read
-response control> allows to retrieve the original value from the servers's response.
+response control> allows one to retrieve the original value from the servers's response.
 
 One use case of this control control may be to obtain replaced or deleted
 values of modified attributes or a copy of the entry being deleted.
--- a/lib/Net/LDAP/LDIF.pod
+++ b/lib/Net/LDAP/LDIF.pod
@@ -158,7 +158,7 @@
 
 =item write_version ( )
 
-If the object's version is defined, this method allows to explicitly
+If the object's version is defined, this method allows one to explicitly
 write the version before an entry is written.
 
 If  not called explicitly, it gets called automatically when writing
--- a/lib/Net/LDAP/Constant.pm
+++ b/lib/Net/LDAP/Constant.pm
@@ -404,7 +404,7 @@
 
 =item LDAP_NO_SUCH_OPERATION (119)
 
-Server has no knowledge of the operation requested for cancelation
+Server has no knowledge of the operation requested for cancellation
 
 =item LDAP_TOO_LATE (120)
 
@@ -412,7 +412,7 @@
 
 =item LDAP_CANNOT_CANCEL (121)
 
-The identified operation does not support cancelation or
+The identified operation does not support cancellation or
 the cancel operation cannot be performed
 
 =item LDAP_ASSERTION_FAILED (122)
--- a/lib/Net/LDAP/Control/MatchedValues.pm
+++ b/lib/Net/LDAP/Control/MatchedValues.pm
@@ -83,7 +83,7 @@
 
 The C<MatchedValues Control>, which only has a meaning with the C<Search> operation,
 allows the client to specify criteria that restrict the values of attributes returned.
-It has no effect on the number of objects found, but only allows to restrict the
+It has no effect on the number of objects found, but only allows one to restrict the
 values of the attributes returned by the search to those matching the criteria.
 
 
