From 06c6ab430b223f6923fe74a4b8d11f3e626848a8 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 15 Jan 2020 21:41:39 -0700 Subject: * Fix a number of misspellings in the source code of Alpine. I hav only fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener. --- imap/src/imapd/imapd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'imap/src/imapd') diff --git a/imap/src/imapd/imapd.c b/imap/src/imapd/imapd.c index f53dca82..b329278d 100644 --- a/imap/src/imapd/imapd.c +++ b/imap/src/imapd/imapd.c @@ -1913,7 +1913,7 @@ void trmint (void) /* The routines on this and the next page eschew the use of non-syscall libc * routines (especially stdio) for a reason. Also, these hideous #if - * condtionals need to be replaced. + * conditionals need to be replaced. */ #ifndef unix @@ -3606,7 +3606,7 @@ void pbody (BODY *body) } /* Print parameter list - * Accepts: paramter + * Accepts: parameter */ void pparam (PARAMETER *param) @@ -4001,7 +4001,7 @@ long nameok (char *ref,char *name) /* Convert possible BBoard name to actual name * Accepts: command * mailbox name - * Returns: maibox name + * Returns: mailbox name */ char *bboardname (char *cmd,char *name) -- cgit v1.2.3-54-g00ecf