This is an automated email from the ASF dual-hosted git repository.

gifuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 813cee1  HDFS-14420. Fix typo in KeyShell console. Contributed by Hu 
Xiaodong.
813cee1 is described below

commit 813cee1a18b2df05dff90e4a2183546bc05cd712
Author: Giovanni Matteo Fumarola <gif...@apache.org>
AuthorDate: Wed Apr 10 11:18:40 2019 -0700

    HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.
---
 .../src/main/java/org/apache/hadoop/crypto/key/KeyShell.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyShell.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyShell.java
index 3f8b337..f2f6f18 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyShell.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyShell.java
@@ -139,7 +139,7 @@ public class KeyShell extends CommandShell {
         }
         if (attributes.containsKey(attr)) {
           getOut().println("\nEach attribute must correspond to only one " +
-              "value:\natttribute \"" + attr + "\" was repeated\n");
+              "value:\nattribute \"" + attr + "\" was repeated\n");
           return 1;
         }
         attributes.put(attr, val);


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to