aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-02-07 19:44:11 +0000
committerdakkar <dakkar@thenautilus.net>2017-02-07 19:44:11 +0000
commitebc1087df6f85810a148424244873677e7cdc2b0 (patch)
tree3d6e689349ab45199e6bda2aa1eeed006fb3d733 /lib
parentBUILDARGS is covered by POD about "new" (diff)
downloadSietima-ebc1087df6f85810a148424244873677e7cdc2b0.tar.gz
Sietima-ebc1087df6f85810a148424244873677e7cdc2b0.tar.bz2
Sietima-ebc1087df6f85810a148424244873677e7cdc2b0.zip
fix POD typos
Diffstat (limited to 'lib')
-rw-r--r--lib/Sietima/MailStore.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Sietima/MailStore.pm b/lib/Sietima/MailStore.pm
index 2ad4526..c529e3e 100644
--- a/lib/Sietima/MailStore.pm
+++ b/lib/Sietima/MailStore.pm
@@ -19,7 +19,7 @@ to. It does not provide any implementation.
Must persistently store the given email message (as an L<<
C<Email::Simple> >> object or similar), associating it with the gives
-tags (which must be strings). Must returns a unique identifier for the
+tags (which must be strings). Must return a unique identifier for the
stored message. It is acceptable if identical messages are
indistinguishable by the storage.
@@ -86,7 +86,7 @@ message must succeed, and do nothing.
$ms->clear();
This method must remove all messages from the persistent
-storage. Clearing a empty store must succeed, and do nothing.
+storage. Clearing an empty store must succeed, and do nothing.
=cut