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. --- pith/mimedesc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pith/mimedesc.c') diff --git a/pith/mimedesc.c b/pith/mimedesc.c index daf6668b..c51161a2 100644 --- a/pith/mimedesc.c +++ b/pith/mimedesc.c @@ -487,7 +487,7 @@ static struct set_names { {"ISO-8859-14", "Latin 8 (Celtic)"}, {"ISO-8859-15", "Latin 9 (Euro)"}, {"KOI8-R", "Latin & Russian"}, - {"KOI8-U", "Latin & Ukranian"}, + {"KOI8-U", "Latin & Ukrainian"}, {"VISCII", "Latin & Vietnamese"}, {"GB2312", "Latin & Simplified Chinese"}, {"BIG5", "Latin & Traditional Chinese"}, @@ -506,7 +506,7 @@ static struct set_names { /*---------------------------------------------------------------------- - Return a nicely formatted discription of the type of the part + Return a nicely formatted description of the type of the part ----*/ char * @@ -736,7 +736,7 @@ fcc_size_guess(struct mail_bodystruct *body) * is a per-line increase in that because of the CRLFs and * because the number of characters in the line might not * be a factor of 3. So push it up by 3/2 instead. This still - * won't catch all the cases. In particular, attachements with + * won't catch all the cases. In particular, attachments with * lots of short lines (< 10) will expand by more than that, * but that's ok since this is an optimization. That's why * so_cs_puts uses the 3/2 factor when it does a resize, so -- cgit v1.2.3-54-g00ecf