diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 11:40:38 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 11:45:20 +0100 |
commit | a3e21af7367cdd09e5260bcda90e79ae0ff00317 (patch) | |
tree | c87a6a3f01703f94e8dd5f583baaa7dca961cb2e /lib/Net/IMAP/InterIMAP.pm | |
parent | 76be3c7c47ace843ab3ebd216252c63411a1222e (diff) |
typo
Diffstat (limited to 'lib/Net/IMAP/InterIMAP.pm')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index 40f4193..0f674ac 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -1289,7 +1289,7 @@ sub push_flag_updates($$@) { # $self->silent_store($set, $mod, @flags) # Set / Add / Update the flags list on the UID $set. -# /!\ there is no check that messages flags been set! +# /!\ There is no guaranty that message flags have been set! sub silent_store($$$@) { my $self = shift; my $set = shift; |