Skip to content

Commit

Permalink
fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Jul 14, 2023
1 parent dcf58a7 commit cf0f716
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ private void deleteCheckpoint(Path trashRoot, boolean deleteImmediately)
} catch (ParseException e) {
if (cleanNonCheckpointUnderTrashRoot) {
fs.delete(path, true);
LOG.warn("Unexpected item in trash: " + dir + ". Force to delete it.");
LOG.warn("Unexpected item in trash: " + dir + ". Deleting.");
continue;
} else {
LOG.warn("Unexpected item in trash: " + dir + ". Ignoring.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,8 +977,8 @@
<property>
<name>fs.trash.clean.trashroot.enable</name>
<value>false</value>
<description>Whether clean some directories or files
at home of Trash which are not under checkpoint directory or not.
<description>Whether clean some directories and files
in Trash home which are not under checkpoint directory.
</description>
</property>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ public void testTrashEmptier() throws Exception {
}

/**
* Test trash emptier can whether delete non-checkpoint dir or not.
* Test trash emptier can delete non-checkpoint dir or not.
* @throws Exception
*/
@Test()
Expand Down

0 comments on commit cf0f716

Please sign in to comment.