diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml
index 8cddb122de..a9e382cc76 100644
--- a/spring-framework-reference/src/aop.xml
+++ b/spring-framework-reference/src/aop.xml
@@ -344,7 +344,7 @@
<bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" />
You will also need AspectJ's
- aspectjrt.jar library on the
+ aspectjweaver.jar library on the
classpath of your application, version 1.6.8 or later. This library is
available in the 'lib' directory
of an AspectJ distribution or via the Maven Central repository.