fixed Eclipse spell check errors

This commit is contained in:
Lars Kühne 2008-03-03 20:10:35 +00:00
parent 535aeffdc8
commit f5490e4995
1 changed files with 2 additions and 2 deletions

View File

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