Skip to content

Commit e911a88

Browse files
committed
HHH-18671 Fix setting name (spelling)
1 parent 34b479a commit e911a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/cfg/QuerySettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ public interface QuerySettings {
279279
* <p>
280280
* By default, this is set to false
281281
*/
282-
String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_paramater_names";
282+
String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_parameter_names";
283283
}

0 commit comments

Comments
 (0)