summaryrefslogtreecommitdiff
path: root/include/mailutils/sys/pop3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/sys/pop3.h')
-rw-r--r--include/mailutils/sys/pop3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mailutils/sys/pop3.h b/include/mailutils/sys/pop3.h
index ebf354f38..a2a0ca459 100644
--- a/include/mailutils/sys/pop3.h
+++ b/include/mailutils/sys/pop3.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2019 Free Software Foundation, Inc.
+ Copyright (C) 1999-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
@@ -132,7 +132,7 @@ int _mu_pop3_init (mu_pop3_t pop3);
while (0)
/* Check if we got "+OK".
- In POP3 protocol and ack of "+OK" means the command was successfull.
+ In POP3 protocol and ack of "+OK" means the command was successful.
*/
#define MU_POP3_CHECK_OK(pop3) \
do \

Return to:

Send suggestions and report system problems to the System administrator.