Skip to content

Commit

Permalink
Fix typo (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman1988 authored Oct 20, 2024
1 parent 01a65f3 commit d4069b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nager.Date/HolidaySystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit d4069b1

Please sign in to comment.