浏览代码

Fixed incorrect description in CHANGES.txt for Hadoop-6701.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@939017 13f79535-47bb-0310-9956-ffa450edef68
Suresh Srinivas 15 年之前
父节点
当前提交
f1fee1804a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -10,7 +10,7 @@ Trunk (unreleased changes)
     HADOOP-6686. Remove redundant exception class name from the exception
     message for the exceptions thrown at RPC client. (suresh)
 
-    HADOOP-6701. Fix incorrect exit codes returned from chgrp, chown and chgrp
+    HADOOP-6701. Fix incorrect exit codes returned from chmod, chown and chgrp
     commands from FsShell. (Ravi Phulari via suresh)
 
   NEW FEATURES