fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2222 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Thomas Risberg
2009-10-28 22:25:58 +00:00
parent 04067a06e0
commit f3928a6af3
@@ -418,7 +418,7 @@ public abstract class AbstractJdbcInsert {
return kh.getKey();
}
else {
throw new DataIntegrityViolationException("Unable to retreive the generated key for the insert: " +
throw new DataIntegrityViolationException("Unable to retrieve the generated key for the insert: " +
getInsertString());
}
}