|
@@ -284,7 +284,7 @@ public class FileUtil {
|
|
// Check if dest is directory
|
|
// Check if dest is directory
|
|
if (!dstFS.exists(dst)) {
|
|
if (!dstFS.exists(dst)) {
|
|
throw new IOException("`" + dst +"': specified destination directory " +
|
|
throw new IOException("`" + dst +"': specified destination directory " +
|
|
- "doest not exist");
|
|
|
|
|
|
+ "does not exist");
|
|
} else {
|
|
} else {
|
|
FileStatus sdst = dstFS.getFileStatus(dst);
|
|
FileStatus sdst = dstFS.getFileStatus(dst);
|
|
if (!sdst.isDirectory())
|
|
if (!sdst.isDirectory())
|