Author: psteitz Date: Mon Jul 19 01:29:06 2010 New Revision: 965340 URL: http://svn.apache.org/viewvc?rev=965340&view=rev Log: Fixed typos in comment.
Modified: commons/proper/pool/trunk/checkstyle.xml Modified: commons/proper/pool/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/checkstyle.xml?rev=965340&r1=965339&r2=965340&view=diff ============================================================================== --- commons/proper/pool/trunk/checkstyle.xml (original) +++ commons/proper/pool/trunk/checkstyle.xml Mon Jul 19 01:29:06 2010 @@ -65,7 +65,7 @@ <!-- Require hash code override when equals is --> <module name="EqualsHashCode"/> - <!-- Disallow unecessary instantiantion of Boolean, String --> + <!-- Disallow unnecessary instantiation of Boolean, String --> <module name="IllegalInstantiation"> <property name="classes" value="java.lang.Boolean, java.lang.String"/> </module>