Author: sebb
Date: Fri Mar 24 16:00:29 2017
New Revision: 1788491
URL: http://svn.apache.org/viewvc?rev=1788491&view=rev
Log:
Correction of a typo in Javadoc
This fixes PR #11
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java?rev=1788491&r1=1788490&r2=1788491&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
Fri Mar 24 16:00:29 2017
@@ -1547,7 +1547,7 @@ implements Configurable
* <p>
* <b>N.B.</b> currently calling any connect method will reset the type to
* FTP.ASCII_FILE_TYPE.
- * @param fileType The <code> _FILE_TYPE </code> constant indcating the
+ * @param fileType The <code> _FILE_TYPE </code> constant indicating the
* type of file.
* @return True if successfully completed, false if not.
* @throws FTPConnectionClosedException
@@ -1591,7 +1591,7 @@ implements Configurable
* <b>N.B.</b> currently calling any connect method will reset the type to
* FTP.ASCII_FILE_TYPE and the formatOrByteSize to
FTP.NON_PRINT_TEXT_FORMAT.
*
- * @param fileType The <code> _FILE_TYPE </code> constant indcating the
+ * @param fileType The <code> _FILE_TYPE </code> constant indicating the
* type of file.
* @param formatOrByteSize The format of the file (one of the
* <code>_FORMAT</code> constants. In the case of