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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new dc9eb5f9 Fix typos
dc9eb5f9 is described below
commit dc9eb5f93b3260f52e027f117920bd8764aff19e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:19:23 2023 -0500
Fix typos
---
commons-vfs2/src/main/java/org/apache/commons/vfs2/FileObject.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileObject.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileObject.java
index d6ce442f..5ac6a582 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileObject.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileObject.java
@@ -66,7 +66,7 @@ import org.apache.commons.vfs2.operations.FileOperations;
* Other files in the <i>same</i> file system as this file can be found using:
* </p>
* <ul>
- * <li>{@link #findFiles} to find a set of matching descendants in in the same
file system.</li>
+ * <li>{@link #findFiles} to find a set of matching descendants in the same
file system.</li>
* <li>{@link #getChildren} and {@link #getChild} to find the children of this
file.</li>
* <li>{@link #getParent} to find the folder containing this file.</li>
* <li>{@link #getFileSystem} to find another file in the same file
system.</li>