HDFS-12780. Fix spelling mistake in DistCpUtils.java. Contributed by Jianfei Jiang

This commit is contained in:
Chris Douglas 2018-03-13 11:08:11 -07:00
parent 8211a3d469
commit 45cccadd2e
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ public class DistCpUtils {
/**
* Utility to compare checksums for the paths specified.
*
* If checksums's can't be retrieved, it doesn't fail the test
* If checksums can't be retrieved, it doesn't fail the test
* Only time the comparison would fail is when checksums are
* available and they don't match
*