8156661: Handful of typos in javadoc

Reviewed-by: prappo, rriggs
This commit is contained in:
Ivan Gerasimov 2016-05-10 17:16:55 +03:00
parent 967a686e70
commit fcf085c678
41 changed files with 70 additions and 70 deletions

View file

@ -784,7 +784,7 @@ public abstract class FtpClient implements java.io.Closeable {
*
* @param path the pathname of the directory to list or {@code null}
* for the current working directoty.
* @return a {@code Iterator} of files or {@code null} if the
* @return an {@code Iterator} of files or {@code null} if the
* command failed.
* @throws IOException if an error occurred during the transmission
* @see #setDirParser(FtpDirParser)