aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-10-30 21:25:15 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-10-30 21:25:15 +0000
commitcfdfdcdd9d964d73c483c39289a8b1361ccdab08 (patch)
treee5a4b55bd6277e92ba0eff23238f8e21968da684 /lib/pop3.c
parente232f5f3f9b7ccdc3dae6914a96977cda47e5662 (diff)
email: Corrected a couple of typos from commit aa0eaef4838ccd
Diffstat (limited to 'lib/pop3.c')
-rw-r--r--lib/pop3.c2
1 files changed, 1 insertions, 1 deletions
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';
}