From a1828069b5d9d04061a9bf6d02a157a3e645bf0f Mon Sep 17 00:00:00 2001 From: Roel van Meer Date: Tue, 22 Mar 2022 08:20:27 +0100 Subject: Fix a few instances of misspellings of "occurred" See also: https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch --- imap/ChangeLog | 4 ++-- imap/imapd.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'imap') diff --git a/imap/ChangeLog b/imap/ChangeLog index b2c7d20..4b62227 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1101,7 +1101,7 @@ "emailAddress", for compatibility with OpenSSL. * tcpd/libcouriergnutls.c (verify_client): Check for the required - certificate occured in the wrong spot. + certificate occurred in the wrong spot. * tcpd/libcouriergnutls.c (tls_connect): Add call to gnutls_certificate_set_subject() to actually request the client cert. @@ -1785,7 +1785,7 @@ 2004-05-08 Brian Candler - * pop3dserver.c (do_retr): If error occured during RETR drop the + * pop3dserver.c (do_retr): If error occurred during RETR drop the connection (only sane thing to do). 2004-05-02 Brian Candler diff --git a/imap/imapd.c b/imap/imapd.c index 71af3fe..8529657 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -6023,7 +6023,7 @@ int uid=0; libmail_kwmDestroy(storeinfo_s.keywords); free(msgset); writes(tag); - writes(" NO An error occured while" + writes(" NO An error occurred while" " updating keywords: "); writes(strerror(errno)); writes(".\r\n"); -- cgit v1.2.3