Author: rwhitcomb Date: Thu Dec 18 19:07:11 2014 New Revision: 1646513 URL: http://svn.apache.org/r1646513 Log: Correcting a typo in a comment.
Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java?rev=1646513&r1=1646512&r2=1646513&view=diff ============================================================================== --- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java (original) +++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java Thu Dec 18 19:07:11 2014 @@ -748,7 +748,7 @@ public class DefaultFileSystemManager im } /** - * Resolves a URI, realtive to a base file with specified FileSystem + * Resolves a URI, relative to a base file with specified FileSystem * configuration. * @param baseFile The base file. * @param uri The file name. May be a fully qualified or relative path or a url.