# $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;
 
 #
 my $IMAP = Net::IMAP::InterIMAP::->new( %$CONF, %CONFIG{qw/quiet debug/}, 'logger-fd' => $LOGGER_FD );
 
-# use BODY.PEEK[] so if something gets wrong, unpulled messages
+# Use BODY.PEEK[] so if something gets wrong, unpulled messages
 # won't be marked as \Seen in the mailbox
 my $ATTRS = join ' ', qw/ENVELOPE INTERNALDATE BODY.PEEK[]/;