HDFS-14438. Fix typo in OfflineEditsVisitorFactory. Contributed by bianqi.

This commit is contained in:
Surendra Singh Lilhore 2019-05-05 13:38:09 +05:30
parent d331a2a0c2
commit e424392a62
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class OfflineEditsVisitorFactory {
} else if(StringUtils.equalsIgnoreCase("stats", processor)) {
vis = new StatisticsEditsVisitor(out);
} else {
throw new IOException("Unknown proccesor " + processor +
throw new IOException("Unknown processor " + processor +
" (valid processors: xml, binary, stats)");
}
out = fout = null;