Skip to content

Commit d4069b1

Browse files
authored
Fix typo (#709)
1 parent 01a65f3 commit d4069b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Date/HolidaySystem.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public static bool TryGetHolidayProvider(CountryCode countryCode, out IHolidayPr
228228
case LicenseCheckStatus.Invalid:
229229
throw new LicenseKeyException("Invalid LicenseKey");
230230
case LicenseCheckStatus.Expired:
231-
throw new LicenseKeyException("Expried LicenseKey");
231+
throw new LicenseKeyException("Expired LicenseKey");
232232
default:
233233
throw new LicenseKeyException("Unknown LicenseKey Check Status");
234234
}

0 commit comments

Comments
 (0)