fixed typo in javadoc: s/poitncut/pointcut/

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2326 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams 2009-11-11 01:38:26 +00:00
parent 1452b2ffd1
commit aaeac93d74
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
* <p>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 {