summaryrefslogtreecommitdiff
path: root/imap4d/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/copy.c')
-rw-r--r--imap4d/copy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap4d/copy.c b/imap4d/copy.c
index de43e4971..99f26c6d2 100644
--- a/imap4d/copy.c
+++ b/imap4d/copy.c
@@ -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.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -254,7 +254,7 @@ imap4d_copy0 (imap4d_tokbuf_t tok, int isuid, char **err_text)
status = mu_mailbox_create_from_record (&cmbox, record, mailbox_name);
if (status == 0)
{
- /* It SHOULD NOT automatifcllly create the mailbox. */
+ /* It SHOULD NOT automatically create the mailbox. */
status = mu_mailbox_open (cmbox, MU_STREAM_RDWR | mode);
if (status == 0)
{

Return to:

Send suggestions and report system problems to the System administrator.