Skip to content
Snippets Groups Projects
Commit 7ae5bb70 authored by brinn's avatar brinn
Browse files

minor: fix typos

SVN: 19485
parent a3e0e03d
No related branches found
No related tags found
No related merge requests found
......@@ -101,8 +101,8 @@ public class FileStoreRemote extends AbstractFileStore
private static String mkListByOldestModifiedCommand(final String directoryPath)
{
// -A: show all entries except of . and ..
// -1: show one entry per line, nams only
// -t -r: sort by modification time (the oldest forst thanx to -r)
// -1: show one entry per line, names only
// -t -r: sort by modification time (the oldest first thanx to -r)
return "ls -1 -A -t -r " + directoryPath;
}
......
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