Explorar el Código

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

Chris Douglas hace 7 años
padre
commit
45cccadd2e

+ 1 - 1
hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/util/DistCpUtils.java

@@ -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
    *