Show
Ignore:
Timestamp:
11/02/08 06:18:00 (2 months ago)
Author:
hanekomu
Message:

fix comment typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Aspect/trunk/lib/Aspect/Advice.pm

    r16290 r22541  
    3232        my $pointcut = $self->pointcut; 
    3333        my $code     = $self->code; 
    34         # find all pointcuts that are staticaly matched 
     34        # find all pointcuts that are statically matched 
    3535        # wrap the method with advice code and install the wrapper 
    3636        for my $sub_name ($weaver->get_sub_names) {