You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/06/03 02:52:50 UTC

svn commit: r781231 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java

Author: sebb
Date: Wed Jun  3 00:52:50 2009
New Revision: 781231

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

Modified:
    commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java

Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java?rev=781231&r1=781230&r2=781231&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java (original)
+++ commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java Wed Jun  3 00:52:50 2009
@@ -224,7 +224,7 @@
     /**
      * This is used to signal whether a block of multiline responses beginning
      * with xxx must be terminated by the same numeric code xxx
-     * See section 4.2 of RFX 959 for details. 
+     * See section 4.2 of RFC 959 for details. 
      */
     protected boolean strictMultilineParsing = false;
 
@@ -1515,7 +1515,7 @@
     }
 
     /**
-     * Return whether strict multiline parsing is enabled, as per RFX 959, section 4.2.
+     * Return whether strict multiline parsing is enabled, as per RFC 959, section 4.2.
      * @return True if strict, false if lenient
      * @since 2.0
      */