aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.