Fix spelling.

This commit is contained in:
Gary Gregory 2020-12-17 14:39:47 -05:00
parent e9647813f7
commit 55570e8ef7
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ public class FastDateParserTest {
assertTrue(parser.toString().startsWith("FastDate"));
}
// we cannot use historic dates to test timezone parsing, some timezones have second offsets
// we cannot use historic dates to test time zone parsing, some time zones have second offsets
// as well as hours and minutes which makes the z formats a low fidelity round trip
@Test
public void testTzParses() throws Exception {