Fix stupid spelling error in test method

This commit is contained in:
dsyer
2008-01-16 15:48:07 +00:00
parent 9c2df0b180
commit e588f3e41c

View File

@@ -82,7 +82,7 @@ public class TypeConverterMethodInterceptorTests extends TestCase {
}
}
public void testTyepConverter() throws Exception {
public void testTypeConverter() throws Exception {
final TestCase testCase = this;
interceptor.setTypeConverter(new SimpleTypeConverter() {
public Object convertIfNecessary(Object value, Class requiredType) {