Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo fixes #26

Merged
merged 4 commits into from Dec 21, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/Net/LDAP.pm
Expand Up @@ -36,7 +36,7 @@ our $LDAP_VERSION = 3; # default LDAP protocol version

# Net::LDAP::Extra will only exist is someone use's the module. But we need
# to ensure the package stash exists or perl will complain that we inherit
# from a non-existant package. I could just use the module, but I did not
# from a non-existent package. I could just use the module, but I did not
# want to.

$Net::LDAP::Extra::create = $Net::LDAP::Extra::create = 0;
Expand Down Expand Up @@ -972,7 +972,7 @@ sub _forgetmesg {
# corrected filter for subschema search.
# added attributes to retrieve on subschema search.
# added attributes to retrieve on rootDSE search.
# changed several double qoute character to single quote
# changed several double quote character to single quote
# character, just to be consistent throughout the schema
# and root_dse functions.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/Control/VLV.pm
Expand Up @@ -350,7 +350,7 @@ and C<after> attributes so that the target entry is the last in the page.
Set the attributes in the control as per VLV_RESPONSE. VLV_RESPONSE should be a control
of type L<Net::LDAP::Control::VLVResponse> returned
from the server. C<response> will populate the C<context>, C<offset> and C<content>
attibutes of the control with the values from VLV_RESPONSE. Because this sets the
attributes of the control with the values from VLV_RESPONSE. Because this sets the
C<offset> attribute, any previous setting of the C<assert> attribute will be forgotten.

=item scroll NUM
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/Schema.pm
Expand Up @@ -222,7 +222,7 @@ sub nameform { _get(@_, 'nfm') }
#
# These next items are optimisations, to avoid always searching the OID
# lists. Could be removed in theory. Each is a hash ref mapping
# lowercase names to the hash stored in the oid struucture
# lowercase names to the hash stored in the oid structure
#
# ->{at}
# ->{oc}
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/Util.pm
Expand Up @@ -652,7 +652,7 @@ The default C<host> name for C<ldap> and C<ldaps> URLs is C<localhost>.

When set to FALSE, no default values are used.

This leaves all keys in th resulting hash undefined where the corresponding
This leaves all keys in the resulting hash undefined where the corresponding
URL element is empty.

To distinguish between an empty base DN and an undefined base DN,
Expand Down