fixed spelling errors in javadoc

This commit is contained in:
Lars Kühne 2004-04-30 04:40:32 +00:00
parent d70e4732c3
commit d04c3fabe5
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ import com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck;
* regular expression.
* </p>
* <p>
* Rationale: Abtsract classes are conevnience base class
* implementations of interfaces not types as such. As such
* Rationale: Abstract classes are convenience base class
* implementations of interfaces, not types as such. As such
* they should be named to indicate this.
* </p>
*