diff --git a/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java b/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java index e943ff2e0f3..57473cc3f2c 100644 --- a/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java +++ b/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java @@ -19,7 +19,7 @@ package org.springframework.orm.jpa.vendor; import java.util.function.Predicate; /** - * Predicate intended to enabled the related GraalVM substitution only when the class is present in the classpath. + * Predicate intended to enable the related GraalVM substitution only when the class is present on the classpath. * * @author Sebastien Deleuze * @since 6.1