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 41857bd  Javadoc: Use "file system" instead of "filesystem".
41857bd is described below

commit 41857bd10054e20d000981b90b2e9b6972837668
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu May 30 13:54:31 2019 -0400

    Javadoc: Use "file system" instead of "filesystem".
---
 src/main/java/org/apache/commons/io/monitor/FileAlterationObserver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/io/monitor/FileAlterationObserver.java 
b/src/main/java/org/apache/commons/io/monitor/FileAlterationObserver.java
index 9426919..25ed55a 100644
--- a/src/main/java/org/apache/commons/io/monitor/FileAlterationObserver.java
+++ b/src/main/java/org/apache/commons/io/monitor/FileAlterationObserver.java
@@ -30,7 +30,7 @@ import org.apache.commons.io.comparator.NameFileComparator;
 
 /**
  * FileAlterationObserver represents the state of files below a root directory,
- * checking the filesystem and notifying listeners of create, change or
+ * checking the file system and notifying listeners of create, change or
  * delete events.
  * <p>
  * To use this implementation:

Reply via email to