diff --git a/reference/en/modules/configuration.xml b/reference/en/modules/configuration.xml index 139d4fabb3..afce6ec061 100644 --- a/reference/en/modules/configuration.xml +++ b/reference/en/modules/configuration.xml @@ -735,7 +735,7 @@ hibernate.dialect = \ SessionFactory is created. With create-drop, the database schema will be dropped when the SessionFactory - is closed explicitely. + is closed explicitly. eg. update | create | create-drop @@ -908,7 +908,7 @@ hibernate.dialect = \ A setting of 1 or higher enables outer join fetching for all one-to-one and many-to-one associations, which are, also by default, set to auto outer join. However, one-to-many associations and - collections are never fetched with an outer-join, unless explicitely declared + collections are never fetched with an outer-join, unless explicitly declared for each particular association. This behavior can also be overriden at runtime with Hibernate queries. See the query chapters in the documentation for more details.