Author: ggregory
Date: Thu May 17 14:14:58 2012
New Revision: 1339611

URL: http://svn.apache.org/viewvc?rev=1339611&view=rev
Log:
Fix Javadoc typos.

Modified:
    
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/util/UserAuthenticatorUtils.java

Modified: 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/util/UserAuthenticatorUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/util/UserAuthenticatorUtils.java?rev=1339611&r1=1339610&r2=1339611&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/util/UserAuthenticatorUtils.java
 (original)
+++ 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/util/UserAuthenticatorUtils.java
 Thu May 17 14:14:58 2012
@@ -55,7 +55,7 @@ public final class UserAuthenticatorUtil
     }
 
     /**
-     * if there is a authenticator the authentication will take place, else 
null will be reutrned.
+     * if there is a authenticator the authentication will take place, else 
null will be returned.
      * @param opts The FileSystemOptions.
      * @param authenticatorTypes An array of types describing the data to be 
retrieved.
      * @return A UserAuthenticationData object containing the data requested.
@@ -68,7 +68,7 @@ public final class UserAuthenticatorUtil
     }
 
     /**
-     * if there is a authenticator the authentication will take place, else 
null will be reutrned.
+     * if there is a authenticator the authentication will take place, else 
null will be returned.
      * @param auth The UserAuthenticator.
      * @param authenticatorTypes An array of types describing the data to be 
retrieved.
      * @return A UserAuthenticationData object containing the data requested.


Reply via email to