From 5f0611d14f8e9a64c178dbf6c25bef5e12b85610 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 18:02:00 +0200 Subject: [PATCH] move exception inline 2 --- .github/scripts/codespell-ignore.txt | 1 - lib/parsedate.c | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/codespell-ignore.txt b/.github/scripts/codespell-ignore.txt index a214190a6c..b75e23a7f6 100644 --- a/.github/scripts/codespell-ignore.txt +++ b/.github/scripts/codespell-ignore.txt @@ -20,5 +20,4 @@ ser strat te ue -wast wont diff --git a/lib/parsedate.c b/lib/parsedate.c index 056d6b57a5..eedab7c411 100644 --- a/lib/parsedate.c +++ b/lib/parsedate.c @@ -161,7 +161,8 @@ static const struct tzinfo tz[]= { {"FWT", -60}, /* French Winter */ {"FST", -60 tDAYZONE}, /* French Summer */ {"EET", -120}, /* Eastern Europe, USSR Zone 1 */ - {"WAST", -420}, /* West Australian Standard */ + {"WAST", -420}, /* spellchecker:disable-line */ + /* West Australian Standard */ {"WADT", -420 tDAYZONE}, /* West Australian Daylight */ {"CCT", -480}, /* China Coast, USSR Zone 7 */ {"JST", -540}, /* Japan Standard, USSR Zone 8 */