소스 검색

HADOOP-12870. Fix typo admininistration in CommandsManual.md. Contributed by John Zhuge.

Akira Ajisaka 9 년 전
부모
커밋
eb864d35d6
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 1 1
      hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1851,6 +1851,9 @@ Release 2.7.3 - UNRELEASED
     HADOOP-9121. InodeTree.java has redundant check for vName while
     throwing exception. (Arup Malakar via suresh)
 
+    HADOOP-12870. Fix typo admininistration in CommandsManual.md.
+    (John Zhuge via aajisaka)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md

@@ -89,7 +89,7 @@ Many subcommands honor a common set of configuration options to alter their beha
 Hadoop Common Commands
 ======================
 
-All of these commands are executed from the `hadoop` shell command. They have been broken up into [User Commands](#User_Commands) and [Admininistration Commands](#Admininistration_Commands).
+All of these commands are executed from the `hadoop` shell command. They have been broken up into [User Commands](#User_Commands) and [Administration Commands](#Administration_Commands).
 
 User Commands
 -------------