diff --git a/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcut.java b/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcut.java index 7d373f436ab..c468e32919d 100644 --- a/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcut.java +++ b/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcut.java @@ -462,7 +462,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut *

Dynamic match tests for this matcher always return true, * since the matching decision is made at the proxy creation time. * For static match tests, this matcher abstains to allow the overall - * pointcut to match even when negation is used with the bean() poitncut. + * pointcut to match even when negation is used with the bean() pointcut. */ private class BeanNameContextMatcher implements ContextBasedMatcher {