You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2014/11/19 03:32:07 UTC

svn commit: r1640465 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java

Author: ecki
Date: Wed Nov 19 02:32:07 2014
New Revision: 1640465

URL: http://svn.apache.org/r1640465
Log:
Fix JavaDoc typo

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java?rev=1640465&r1=1640464&r2=1640465&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java Wed Nov 19 02:32:07 2014
@@ -135,7 +135,7 @@ public abstract class AbstractFileSystem
     }
 
     /**
-     * Close the underlaying link used to access the files.
+     * Close the underlying link used to access the files.
      */
     public void closeCommunicationLink()
     {