From ebc1087df6f85810a148424244873677e7cdc2b0 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2017 19:44:11 +0000 Subject: fix POD typos --- lib/Sietima/MailStore.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 >> 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 -- cgit v1.2.3