HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.
This commit is contained in:
parent
0e770a6539
commit
813cee1a18
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue