HADOOP-18591. Fix a typo in Trash (#5291)

Signed-off-by: Tao Li <tomscut@apache.org>
Signed-off-by: Chris Nauroth <cnauroth@apache.org>
(cherry picked from commit a90e424d9f)
This commit is contained in:
huangxiaoping 2023-01-13 05:21:21 +08:00 committed by Chris Nauroth
parent dde22d522c
commit f5e9901e6d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class Trash extends Configured {
* Hence we get the file system of the fully-qualified resolved-path and
* then move the path p to the trashbin in that volume,
* @param fs - the filesystem of path p
* @param p - the path being deleted - to be moved to trasg
* @param p - the path being deleted - to be moved to trash
* @param conf - configuration
* @return false if the item is already in the trash or trash is disabled
* @throws IOException on error