HDFS-11438. Fix typo in error message of StoragePolicyAdmin tool. Contributed by Alison Yu.

This commit is contained in:
Andrew Wang 2017-02-22 15:16:09 -08:00
parent 0013090fb4
commit d150f061f4
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public int run(Configuration conf, List<String> args) throws IOException {
final String path = StringUtils.popOptionWithArgument("-path", args);
if (path == null) {
System.err.println("Please specify the path from which "
+ "the storage policy will be unsetd.\nUsage: " + getLongUsage());
+ "the storage policy will be unset.\nUsage: " + getLongUsage());
return 1;
}