From c1faf6440c8c908015ead453e2e5fce1c5de4ddc Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2017 19:33:48 +0000 Subject: fix typoed header --- lib/Sietima/MailStore.pm | 2 +- lib/Sietima/Message.pm | 2 +- lib/Sietima/Policy.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Sietima') 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 >> 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. All Sietima modules use it. -- cgit v1.2.3