You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2016/03/03 10:52:45 UTC

hadoop git commit: HADOOP-12870. Fix typo admininistration in CommandsManual.md. Contributed by John Zhuge.

Repository: hadoop
Updated Branches:
  refs/heads/trunk f70e317cc -> eb864d35d


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eb864d35
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/eb864d35
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/eb864d35

Branch: refs/heads/trunk
Commit: eb864d35d6c5f0c0af67032d5f6925aa123273af
Parents: f70e317
Author: Akira Ajisaka <aa...@apache.org>
Authored: Thu Mar 3 18:46:48 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Thu Mar 3 18:46:48 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/eb864d35/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 dc93beb..3bd3595 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/eb864d35/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 58fcbe9..b029e05 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
+++ b/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
 -------------