This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 8.0.x-hibernate7
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/8.0.x-hibernate7 by this push:
new cb0612448d Fix typo
cb0612448d is described below
commit cb0612448d88e7c232d781c4db2182f8fa78626e
Author: James Daugherty <[email protected]>
AuthorDate: Sun May 17 12:00:30 2026 -0400
Fix typo
---
.../src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/grails-data-hibernate5/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy
b/grails-data-hibernate5/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy
index 423492a781..da37d5ad81 100644
---
a/grails-data-hibernate5/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy
+++
b/grails-data-hibernate5/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy
@@ -44,7 +44,7 @@ import org.hibernate.boot.spi.MetadataContributor
/**
* The original GormDataStoreSpec destroyed the setup
* between tests instead of at the end of all tests
- * It also wqs default configured for H2 which
+ * It also was default configured for H2 which
* made it break with some Java types.
* Finally, it loaded all the test Entities,
* now it can be setup individually.