fixed typo in javadoc: s/poitncut/pointcut/

This commit is contained in:
Chris Beams 2009-11-11 01:38:26 +00:00
parent ee553f7804
commit 2663ab9975
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 {