From 576b1800d3434ffed5c2c554aa213651f129fd25 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 18 Jun 2013 21:31:50 +0200 Subject: [PATCH] Fixed comments. --- vmime/net/transport.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vmime/net/transport.hpp b/vmime/net/transport.hpp index 969d9df7..3acb2266 100644 --- a/vmime/net/transport.hpp +++ b/vmime/net/transport.hpp @@ -61,8 +61,8 @@ protected: public: /** Send a message over this transport service. - * The default implementation simply generates the whole message - * into a string and "streams" it via a inputStreamStringAdapter. + * The default implementation simply generates the whole message into + * a string buffer and "streams" it via a inputStreamStringAdapter. * * @param msg message to send * @param progress progress listener, or NULL if not used @@ -73,7 +73,7 @@ public: * * @param expeditor expeditor mailbox * @param recipients list of recipient mailboxes - * @param is input stream provding message data (header + body) + * @param is input stream providing message data (header + body) * @param size size of the message data * @param progress progress listener, or NULL if not used * @param sender envelope sender (if empty, expeditor will be used) @@ -87,8 +87,8 @@ public: const mailbox& sender = mailbox()) = 0; /** Send a message over this transport service. - * The default implementation simply generates the whole message - * into a string and "streams" it via a inputStreamStringAdapter. + * The default implementation simply generates the whole message into + * a string buffer and "streams" it via a inputStreamStringAdapter. * * @param msg message to send * @param expeditor expeditor mailbox