Kaynağa Gözat

HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.

Giovanni Matteo Fumarola 6 yıl önce
ebeveyn
işleme
813cee1a18

+ 1 - 1
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);