From 88e2277bfff54c27fbd9546bd76bf35feb0e8f9a Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 26 Apr 2011 07:44:40 +0000 Subject: [PATCH] Fix typo in aop reference documentation Issue: SPR-8268 --- spring-framework-reference/src/aop.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,