This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 55570e8  Fix spelling.
55570e8 is described below

commit 55570e8ef7fe5eedc91d0eaa81f306401fafd5c3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 17 14:39:47 2020 -0500

    Fix spelling.
---
 src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java 
b/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
index 0fbce4a..d7bd1f1 100644
--- a/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
@@ -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 {

Reply via email to