summaryrefslogtreecommitdiff
path: root/libproto/pop/pop3_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/pop3_connect.c')
-rw-r--r--libproto/pop/pop3_connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libproto/pop/pop3_connect.c b/libproto/pop/pop3_connect.c
index 261323c95..98c4cbccb 100644
--- a/libproto/pop/pop3_connect.c
+++ b/libproto/pop/pop3_connect.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003-2019 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -51,7 +51,7 @@ mu_pop3_connect (mu_pop3_t pop3)
/* If pop3 was in an error state going through here should clear it. */
case MU_POP3_NO_STATE:
- /* If the stream was previoulsy open this is sudden death:
+ /* If the stream was previously open this is sudden death:
For many pop servers, it is important to allow them some time to
remove any locks or move the .user.pop files. This happen when we
do close() and immediately open(). For example, the user does not

Return to:

Send suggestions and report system problems to the System administrator.