1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
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.
|