From b631742417216cb6efae4097b0146e29af77f8ed Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 14 Jul 2023 10:20:49 +0200 Subject: [PATCH] Fix typo found by codespell: text/calender Also, iCalender is obviously iCalendar, as shown by this link: http://en.wikipedia.org/wiki/ICalendar The above link only refers to text/calendar. The real mime type is text/calendar, and has been in the database since its inception, see src/iana-types.json. --- src/custom-types.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/custom-types.json b/src/custom-types.json index f95ffdfc..51395ae6 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -755,13 +755,6 @@ "https://bugzilla.mozilla.org/show_bug.cgi?id=715191#c2" ] }, - "text/calender": { - "compressible": true, - "notes": "Probably needs to be uncompressed before sent to iCalender.", - "sources": [ - "http://en.wikipedia.org/wiki/ICalendar" - ] - }, "text/cmd": { "compressible": true },