diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-08 19:28:35 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-08 19:28:35 -0600 |
commit | 1b561a2c351ac82af3729d4cdbfed6acbbba2efd (patch) | |
tree | 1fd0addae0f6269879c501b59fc90361b0dcae0a /imap/src | |
parent | d741ceda2bd53d15d48fc1b9c4d836a9016194a7 (diff) | |
download | alpine-1b561a2c351ac82af3729d4cdbfed6acbbba2efd.tar.xz |
* Corrections to spelling errors, contributed by Jens Schleusener.
Diffstat (limited to 'imap/src')
-rw-r--r-- | imap/src/c-client/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/mail.c b/imap/src/c-client/mail.c index 90020d5d..baf636a1 100644 --- a/imap/src/c-client/mail.c +++ b/imap/src/c-client/mail.c @@ -6148,7 +6148,7 @@ void mail_free_quotalist (QUOTALIST **ql) } } -/* Link authenicator +/* Link authenticator * Accepts: authenticator to add to list */ |