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

This commit is contained in:
Giovanni Matteo Fumarola 2019-04-10 11:18:40 -07:00
parent 0e770a6539
commit 813cee1a18
1 changed files with 1 additions and 1 deletions

View File

@ -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);