From e055edb9d7789a6d8508f666ba5dfad6e6ef60c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Wed, 23 Nov 2011 18:59:25 +0200
Subject: [PATCH] POD syntax and spelling fixes.
---
lib/Authen/SASL.pod | 6 +++---
lib/Authen/SASL/Perl.pod | 4 ++--
lib/Authen/SASL/Perl/DIGEST_MD5.pm | 2 +-
lib/Authen/SASL/Perl/LOGIN.pm | 2 +-
lib/Authen/SASL/Perl/PLAIN.pm | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/lib/Authen/SASL.pod b/lib/Authen/SASL.pod
index b630c48..e49e896 100644
--- a/lib/Authen/SASL.pod
+++ b/lib/Authen/SASL.pod
@@ -39,7 +39,7 @@ are supported).
=item Authen::SASL::Cyrus
-This module is the predecessor to L<Authen::SASL::XS>. It is reccomended
+This module is the predecessor to L<Authen::SASL::XS>. It is recommended
to use L<Authen::SASL::XS>
=back
@@ -56,13 +56,13 @@ or if you have another plugin module that supports the Authen::SASL API
use Authen::SASL qw(My::SASL::Plugin);
-=head2 CONTRUCTOR
+=head2 CONSTRUCTOR
=over 4
=item new ( OPTIONS )
-The contructor may be called with or without arguments. Passing arguments is
+The constructor may be called with or without arguments. Passing arguments is
just a short cut to calling the C<mechanism> and C<callback> methods.
=over 4
diff --git a/lib/Authen/SASL/Perl.pod b/lib/Authen/SASL/Perl.pod
index bb0b451..4b309f2 100644
--- a/lib/Authen/SASL/Perl.pod
+++ b/lib/Authen/SASL/Perl.pod
@@ -50,7 +50,7 @@ no passwords are transferred in clear-text over the wire.
Due to the simplicity of the protocol CRAM-MD5 is susceptible
to replay and dictionary attacks, so DIGEST-MD5 should be used
-in preferrence.
+in preference.
=item DIGEST-MD5
@@ -81,7 +81,7 @@ draft-ietf-sasl-gssapi-XX.txt allows using the Generic Security Service
Application Program Interface [GSSAPI] KERBEROS V5 as as SASL mechanism.
Although GSSAPI is a general mechanism for authentication it is almost
-exlusively used for Kerberos 5.
+exclusively used for Kerberos 5.
=item LOGIN
diff --git a/lib/Authen/SASL/Perl/DIGEST_MD5.pm b/lib/Authen/SASL/Perl/DIGEST_MD5.pm
index ca25b6e..f910b64 100644
--- a/lib/Authen/SASL/Perl/DIGEST_MD5.pm
+++ b/lib/Authen/SASL/Perl/DIGEST_MD5.pm
@@ -802,7 +802,7 @@ in the initial response.
=head3 server
-=over4
+=over 4
=item realm
diff --git a/lib/Authen/SASL/Perl/LOGIN.pm b/lib/Authen/SASL/Perl/LOGIN.pm
index f248b29..c4595e9 100644
--- a/lib/Authen/SASL/Perl/LOGIN.pm
+++ b/lib/Authen/SASL/Perl/LOGIN.pm
@@ -172,7 +172,7 @@ The user's password to be used for authentication
=head3 Server
-=over4
+=over 4
=item getsecret(username)
diff --git a/lib/Authen/SASL/Perl/PLAIN.pm b/lib/Authen/SASL/Perl/PLAIN.pm
index 31fed89..0e87fe5 100644
--- a/lib/Authen/SASL/Perl/PLAIN.pm
+++ b/lib/Authen/SASL/Perl/PLAIN.pm
@@ -143,7 +143,7 @@ The user's password to be used for authentication.
=head3 Server
-=over4
+=over 4
=item checkpass(username, password, realm)
--
1.7.6.4