Correction of a typo in Javadoc

This fixes PR #11

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/trunk@1788491 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
index 6e1a153..d5cde5a 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -1547,7 +1547,7 @@
      * <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 @@
      * <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