diff --git a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java index c2e122d4a..28f226a38 100644 --- a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java +++ b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java @@ -71,7 +71,7 @@ import org.springframework.util.ConcurrentReferenceHashMap.ReferenceType; /** * Factory bean to create instances of a given repository interface. Creates a proxy implementing the configured - * repository interface and apply an advice handing the control to the {@code QueryExecuterMethodInterceptor}. Query + * repository interface and apply an advice handing the control to the {@code QueryExecutorMethodInterceptor}. Query * detection strategy can be configured by setting {@link QueryLookupStrategy.Key}. * * @author Oliver Gierke