Repository: hadoop Updated Branches: refs/heads/branch-2 69e024f8f -> 9e87f59de
HADOOP-12870. Fix typo admininistration in CommandsManual.md. Contributed by John Zhuge. (cherry picked from commit eb864d35d6c5f0c0af67032d5f6925aa123273af) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9e87f59d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9e87f59d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9e87f59d Branch: refs/heads/branch-2 Commit: 9e87f59dea25ebb90e7bc3ae640da25c4b8e9a82 Parents: 69e024f Author: Akira Ajisaka <[email protected]> Authored: Thu Mar 3 18:46:48 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Thu Mar 3 18:51:50 2016 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/markdown/CommandsManual.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9e87f59d/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index aa34711..63d6d91 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/9e87f59d/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md b/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md index 662e83e..b30deba 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md +++ b/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 -------------
