Fixed typo.

This commit is contained in:
Axel Dörfler 2012-10-26 11:47:35 +02:00
parent 20537ad067
commit e0676bb982
1 changed files with 2 additions and 2 deletions

View File

@ -47,13 +47,13 @@ public:
AddonSettings* settings);
virtual ~MailFilter();
//! Message hooks if filter is installed to a inbound protocol
//! Message hooks if filter is installed to an inbound protocol
virtual void HeaderFetched(const entry_ref& ref,
BFile* file);
virtual void BodyFetched(const entry_ref& ref, BFile* file);
virtual void MailboxSynced(status_t status);
//! Message hooks if filter is installed to a outbound protocol
//! Message hooks if filter is installed to an outbound protocol
virtual void MessageReadyToSend(const entry_ref& ref,
BFile* file);
virtual void MessageSent(const entry_ref& ref,