aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-02-07 19:33:48 +0000
committerdakkar <dakkar@thenautilus.net>2017-02-07 19:33:48 +0000
commitc1faf6440c8c908015ead453e2e5fce1c5de4ddc (patch)
treea6f92a8b709ac76a47694e795dc1456b0a0b2c03 /lib
parentdevelop prereqs are already injected by plugins (diff)
downloadSietima-c1faf6440c8c908015ead453e2e5fce1c5de4ddc.tar.gz
Sietima-c1faf6440c8c908015ead453e2e5fce1c5de4ddc.tar.bz2
Sietima-c1faf6440c8c908015ead453e2e5fce1c5de4ddc.zip
fix typoed header
Diffstat (limited to 'lib')
-rw-r--r--lib/Sietima/MailStore.pm2
-rw-r--r--lib/Sietima/Message.pm2
-rw-r--r--lib/Sietima/Policy.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Sietima/MailStore.pm b/lib/Sietima/MailStore.pm
index fc8889e..2ad4526 100644
--- a/lib/Sietima/MailStore.pm
+++ b/lib/Sietima/MailStore.pm
@@ -6,7 +6,7 @@ use namespace::clean;
# VERSION
# ABSTRACT: interface for mail stores
-=head1 DESCRPITON
+=head1 DESCRIPTION
This role defines the interface that all mail stores must adhere
to. It does not provide any implementation.
diff --git a/lib/Sietima/Message.pm b/lib/Sietima/Message.pm
index ef2f804..30befdb 100644
--- a/lib/Sietima/Message.pm
+++ b/lib/Sietima/Message.pm
@@ -23,7 +23,7 @@ use namespace::clean;
to => [ 'recipient@example.com', 'also@example.com' ],
});
-=head1 DESCRPITON
+=head1 DESCRIPTION
This class pairs a L<< C<Email::MIME> >> object with its
envelope. Objects of this class are usually generated by L<<
diff --git a/lib/Sietima/Policy.pm b/lib/Sietima/Policy.pm
index 6e89be8..73af98e 100644
--- a/lib/Sietima/Policy.pm
+++ b/lib/Sietima/Policy.pm
@@ -20,7 +20,7 @@ or just:
use Sietima::Policy;
-=head1 DESCRPITON
+=head1 DESCRIPTION
This module imports the pragmas shown in the L</synopsis>. All Sietima
modules use it.