Changeset 86

Show
Ignore:
Timestamp:
04/11/05 11:40:04
Author:
brad
Message:

Corrected typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/spamlookup/spamlookup.pl

    r85 r86  
    223223 
    224224    my @tests; 
    225     push @tests, [\&validping_check, 'ALlowed ping check'] 
     225    push @tests, [\&validping_check, 'Allowed ping check'] 
    226226        if ($data->{__type} ne 'ping') && ($method ne 'Despam') && ($method ne 'Test'); 
    227227    push @tests, [\&commentpass_check, 'Comment Passphrase']