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"); }