This is an automated email from the ASF dual-hosted git repository.

cnauroth pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new f5e9901e6d0 HADOOP-18591. Fix a typo in Trash (#5291)
f5e9901e6d0 is described below

commit f5e9901e6d03a6b9f3a1f8c1ed996271e23856fd
Author: huangxiaoping <35296098+huangxiaopin...@users.noreply.github.com>
AuthorDate: Fri Jan 13 05:21:21 2023 +0800

    HADOOP-18591. Fix a typo in Trash (#5291)
    
    Signed-off-by: Tao Li <toms...@apache.org>
    Signed-off-by: Chris Nauroth <cnaur...@apache.org>
    (cherry picked from commit a90e424d9ff30a0510e7a29adc01ebdc7754a20e)
---
 .../hadoop-common/src/main/java/org/apache/hadoop/fs/Trash.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Trash.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Trash.java
index 5c5fa0237ea..73749dd2549 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Trash.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Trash.java
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to