diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml index 050963c1b1..765d4fb992 100644 --- a/spring-framework-reference/src/aop.xml +++ b/spring-framework-reference/src/aop.xml @@ -394,7 +394,7 @@ public class NotVeryUsefulAspect { Autodetecting aspects through component scanning You may register aspect classes as regular beans in your Spring - XML configuration, or autodetect them throuch classpath scanning - + XML configuration, or autodetect them through classpath scanning - just like any other Spring-managed bean. However, note that the @Aspect annotation is not sufficient for autodetection in the classpath: For that purpose,