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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 37522ff Use US English spelling.
37522ff is described below
commit 37522ffd62ef001ef30e7d94db846f040846b9c8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 19:06:17 2020 -0400
Use US English spelling.
---
src/test/java/org/apache/commons/io/input/TailerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/io/input/TailerTest.java
b/src/test/java/org/apache/commons/io/input/TailerTest.java
index f334ce0..980b051 100644
--- a/src/test/java/org/apache/commons/io/input/TailerTest.java
+++ b/src/test/java/org/apache/commons/io/input/TailerTest.java
@@ -435,7 +435,7 @@ public class TailerTest {
*/
private static class TestTailerListener extends TailerListenerAdapter {
- // Must be synchronised because it is written by one thread and read
by another
+ // Must be synchronized because it is written by one thread and read
by another
private final List<String> lines = Collections.synchronizedList(new
ArrayList<String>());
volatile Exception exception = null;