aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_smtp.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-12-28 20:22:33 +0000
committerSteve Holme <steve_holme@hotmail.com>2012-12-28 20:22:33 +0000
commitf6f6f278e2132b62678a1d598a8f89feff7ae4ce (patch)
tree6a36877f67811f8013affca87a5c1a7e2f3bba10 /lib/curl_smtp.h
parent167717b8069ac8d107eaacb03a32cbd73ffad11f (diff)
smtp: Minor code tidy up
Minor tidy up of comments and layout prior to next part of imap work.
Diffstat (limited to 'lib/curl_smtp.h')
-rw-r--r--lib/curl_smtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_smtp.h b/lib/curl_smtp.h
index 2f919d199..7a3ced588 100644
--- a/lib/curl_smtp.h
+++ b/lib/curl_smtp.h
@@ -64,7 +64,7 @@ struct smtp_conn {
unsigned int authused; /* Auth mechanism used for the connection */
smtpstate state; /* Always use smtp.c:state() to change state! */
struct curl_slist *rcpt; /* Recipient list */
- bool ssldone; /* Is connect() over SSL done? only relevant in
+ bool ssldone; /* Is connect() over SSL done? Only relevant in
multi mode */
bool size_supported; /* If server supports SIZE extension according to
RFC 1870 */