HADOOP-15198. Correct the spelling in CopyFilter.java. Contributed by Mukul Kumar Singh.

This commit is contained in:
Arpit Agarwal 2018-02-02 11:37:51 -08:00
parent f9a4d4cf23
commit d4e13a4647

View File

@ -43,7 +43,7 @@ public void initialize() {}
* Public factory method which returns the appropriate implementation of
* CopyFilter.
*
* @param conf DistCp configuratoin
* @param conf DistCp configuration
* @return An instance of the appropriate CopyFilter
*/
public static CopyFilter getCopyFilter(Configuration conf) {