Fixed mispelings

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3697 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-07-12 16:30:57 +00:00
parent 0a6921c257
commit 4325081455

View File

@ -167,16 +167,16 @@ public class SimpleTest extends TestCase {
</rule>
<!--
other optimization shuold be like avoiding
other optimization should be like avoiding
"" + int
or "" + (int) i
and String.valueOf(int)
and using Integer.toString(int)
IntegerToStringShuoldBeUsed
LongToStringShuoldBeUsed
BooleanToStringShuoldBeUsed
IntegerToStringShouldBeUsed
LongToStringShouldBeUsed
BooleanToStringShouldBeUsed
-->
</ruleset>