From e0676bb9820e7bec77a18608ac7c4911886222e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 26 Oct 2012 11:47:35 +0200 Subject: [PATCH] Fixed typo. --- headers/os/add-ons/mail_daemon/MailProtocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/add-ons/mail_daemon/MailProtocol.h b/headers/os/add-ons/mail_daemon/MailProtocol.h index 4a30c65679..0437c234c2 100644 --- a/headers/os/add-ons/mail_daemon/MailProtocol.h +++ b/headers/os/add-ons/mail_daemon/MailProtocol.h @@ -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,