email: Corrected a couple of typos from commit aa0eaef4838ccd
authorSteve Holme <steve_holme@hotmail.com>
Wed, 30 Oct 2013 21:25:15 +0000 (21:25 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 30 Oct 2013 21:25:15 +0000 (21:25 +0000)
lib/pop3.c
lib/smtp.c

index cc067d6..fb2675d 100644 (file)
@@ -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';
   }
index 9ed0e00..02af495 100644 (file)
@@ -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';
   }