You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/07/16 16:18:19 UTC

svn commit: r1362049 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java

Author: ggregory
Date: Mon Jul 16 14:18:19 2012
New Revision: 1362049

URL: http://svn.apache.org/viewvc?rev=1362049&view=rev
Log:
Fix spelling error.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java?rev=1362049&r1=1362048&r2=1362049&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java Mon Jul 16 14:18:19 2012
@@ -74,7 +74,7 @@ public abstract class AbstractFileOperat
      *            the FileObject for which we need a operation.
      * @param operationClass
      *            the Class which instance we are needed.
-     * @return the requried operation instance.
+     * @return the required operation instance.
      * @throws org.apache.commons.vfs2.FileSystemException
      *             if operation cannot be retrieved.
      */