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 aw...@apache.org on 2015/03/26 23:18:09 UTC

hadoop git commit: HADOOP-11553 addendum fix the typo in the changes file

Repository: hadoop
Updated Branches:
  refs/heads/trunk b30ca8ce0 -> 5695c7a54


HADOOP-11553 addendum fix the typo in the changes file


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

Branch: refs/heads/trunk
Commit: 5695c7a541c1a3092040523446f1ba689fb495e3
Parents: b30ca8c
Author: Allen Wittenauer <aw...@apache.org>
Authored: Thu Mar 26 15:18:03 2015 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Thu Mar 26 15:18:03 2015 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5695c7a5/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 dbe9e55..40b4f84 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -19,7 +19,7 @@ Trunk (Unreleased)
     HADOOP-11657. Align the output of `hadoop fs -du` to be more Unix-like.
     (aajisaka)
 
-    HADOOP-11553. Foramlize the shell API (aw)
+    HADOOP-11553. Formalize the shell API (aw)
 
   NEW FEATURES