瀏覽代碼

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

(cherry picked from commit eb864d35d6c5f0c0af67032d5f6925aa123273af)
Akira Ajisaka 9 年之前
父節點
當前提交
9e87f59dea

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

@@ -1215,6 +1215,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

@@ -66,7 +66,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](#Administration_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
 -------------