Skip to content
Snippets Groups Projects
Commit 8e82490a authored by kaloyane's avatar kaloyane
Browse files

minor: fix typo

SVN: 23470
parent a50aa849
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ public class MoveFileCommand extends AbstractTransactionalCommand ...@@ -87,7 +87,7 @@ public class MoveFileCommand extends AbstractTransactionalCommand
private void moveFile(File from, File to) private void moveFile(File from, File to)
{ {
String entity = from.isFile() ? "file" : "direcrtory"; String entity = from.isFile() ? "file" : "directory";
getOperationLog().info( getOperationLog().info(
String.format("Moving %s '%s' to '%s'", entity, from.getAbsolutePath(), String.format("Moving %s '%s' to '%s'", entity, from.getAbsolutePath(),
to.getAbsolutePath())); to.getAbsolutePath()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment