diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/FileSetCheck.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/FileSetCheck.java index 5ebe956c0..7e1237c41 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/FileSetCheck.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/FileSetCheck.java @@ -42,9 +42,9 @@ public interface FileSetCheck * The file set to process might contain files that are not * interesting to the FileSetCheck. Such files should be ignored, * no error message should be fired for them. For example a FileSetCheck - * that checks java files should ignore html or properties files. + * that checks java files should ignore HTML or properties files. * - * Once processiong is done, it is highly recommended to call for + * Once processing is done, it is highly recommended to call for * the destroy method to close and remove the listeners. * * @param aFiles the files to be audited.