From d4069b1a44d15dd75d5a0c9cb37e2e8d6377f124 Mon Sep 17 00:00:00 2001 From: Marco Wagner Date: Sun, 20 Oct 2024 19:02:20 +0200 Subject: [PATCH] Fix typo (#709) --- src/Nager.Date/HolidaySystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nager.Date/HolidaySystem.cs b/src/Nager.Date/HolidaySystem.cs index bf5fcdf4..0089e5cd 100644 --- a/src/Nager.Date/HolidaySystem.cs +++ b/src/Nager.Date/HolidaySystem.cs @@ -228,7 +228,7 @@ public static bool TryGetHolidayProvider(CountryCode countryCode, out IHolidayPr case LicenseCheckStatus.Invalid: throw new LicenseKeyException("Invalid LicenseKey"); case LicenseCheckStatus.Expired: - throw new LicenseKeyException("Expried LicenseKey"); + throw new LicenseKeyException("Expired LicenseKey"); default: throw new LicenseKeyException("Unknown LicenseKey Check Status"); }