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 2014/03/05 03:29:06 UTC

svn commit: r1574289 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java

Author: sebb
Date: Wed Mar  5 02:29:05 2014
New Revision: 1574289

URL: http://svn.apache.org/r1574289
Log:
Typo

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java?rev=1574289&r1=1574288&r2=1574289&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java Wed Mar  5 02:29:05 2014
@@ -38,7 +38,7 @@ public abstract class FTPFileEntryParser
 
     /**
      * Reads the next entry using the supplied BufferedReader object up to
-     * whatever delemits one entry from the next.  This default implementation
+     * whatever delimits one entry from the next.  This default implementation
      * simply calls BufferedReader.readLine().
      *
      * @param reader The BufferedReader object from which entries are to be