aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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