fixed typo in javadoc

This commit is contained in:
Lars Kühne 2008-04-28 20:22:49 +00:00
parent 6a3391fc1b
commit 369c315ff0
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ import java.util.Arrays;
import java.util.regex.Pattern;
/**
* Isolates the check funtionality in RegexpHeaderCheck in an external class.
* This makes it easier to use the funtionality both in a Java
* Isolates the check functionality in RegexpHeaderCheck in an external class.
* This makes it easier to use the functionality both in a Java
* {@link com.puppycrawl.tools.checkstyle.api.Check} and in
* a {@link com.puppycrawl.tools.checkstyle.api.FileSetCheck}.
*