From: Steve Holme Date: Wed, 30 Oct 2013 21:25:15 +0000 (+0000) Subject: email: Corrected a couple of typos from commit aa0eaef4838ccd X-Git-Tag: curl-7_34_0~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfdfdcdd9d964d73c483c39289a8b1361ccdab08;p=curl email: Corrected a couple of typos from commit aa0eaef4838ccd --- diff --git a/lib/pop3.c b/lib/pop3.c index cc067d67c..fb2675d87 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -371,7 +371,7 @@ static void pop3_get_message(char *buffer, char** outptr) message[len] != '\t') break; - /* Terminate the challenge */ + /* Terminate the message */ if(++len) { message[len] = '\0'; } diff --git a/lib/smtp.c b/lib/smtp.c index 9ed0e0057..02af49560 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -328,7 +328,7 @@ static void smtp_get_message(char *buffer, char** outptr) message[len] != '\t') break; - /* Terminate the challenge */ + /* Terminate the message */ if(++len) { message[len] = '\0'; }