fixed typo in javadoc

This commit is contained in:
Lars Kühne 2008-04-27 19:28:46 +00:00
parent 4f86310014
commit ce8556574f
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public abstract class Check extends AbstractViolationReporter
}
/**
* Initialse the check. This is the time to verify that the check has
* Initialise the check. This is the time to verify that the check has
* everything required to perform it job.
*/
public void init()