Browse Source

Fix typo in aop reference documentation

Issue: SPR-8268

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4239 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Chris Beams 15 years ago
parent
commit
999100e7a2
  1. 2
      spring-framework-reference/src/aop.xml

2
spring-framework-reference/src/aop.xml

@ -394,7 +394,7 @@ public class NotVeryUsefulAspect { @@ -394,7 +394,7 @@ public class NotVeryUsefulAspect {
<title>Autodetecting aspects through component scanning</title>
<para>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
<emphasis>@Aspect</emphasis> annotation is <emphasis>not</emphasis>
sufficient for autodetection in the classpath: For that purpose,

Loading…
Cancel
Save