diff options
Diffstat (limited to 'lib/pop3.c')
-rw-r--r-- | lib/pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index ce69c928b..6db71d1e6 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1134,7 +1134,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, pp->cache_size = 0; } - /* End of do phase */ + /* End of DO phase */ state(conn, POP3_STOP); return result; |