Fix typos detected by github.com/client9/misspell
This commit is contained in:
committed by
Juergen Hoeller
parent
896eb5687a
commit
be211ceead
@@ -168,7 +168,7 @@ public class SpringValidatorAdapterTests {
|
||||
@Test // SPR-16177
|
||||
public void testWithSet() {
|
||||
Parent parent = new Parent();
|
||||
parent.setName("Parent whith set");
|
||||
parent.setName("Parent with set");
|
||||
parent.getChildSet().addAll(createChildren(parent));
|
||||
|
||||
BeanPropertyBindingResult errors = new BeanPropertyBindingResult(parent, "parent");
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
-- In your Quartz properties file, you'll need to set
|
||||
-- org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.HSQLDBDelegate
|
||||
--
|
||||
-- Column lenghts are only suggestions. For names, groups, use at least 40 chars.
|
||||
-- Column lengths are only suggestions. For names, groups, use at least 40 chars.
|
||||
-- for blobs (VARBINARY) use a size that is sure to meet the needs of the amount of data
|
||||
-- you place in job data maps, etc..
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user