Skip to content

Commit f2856cf

Browse files
committed
HHH-18671 Fix setting name (spelling)
1 parent 58254e5 commit f2856cf

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
@@ -285,5 +285,5 @@ public interface QuerySettings {
285285
* <p>
286286
* By default, this is set to false
287287
*/
288-
String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_paramater_names";
288+
String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_parameter_names";
289289
}

0 commit comments

Comments
 (0)