X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FScrubber.pm;h=e43480201ca75211820d7beb782df366f62e2e75;hb=50dcc32876e7b340a8f7056a59d2d9c2e121458b;hp=854812ef210c5190d502ffe1d445a3da3c9370ad;hpb=073fb1aee655f9f29e99cc56ddf584eb6c7813a9;p=koha_fer diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm index 854812ef21..e43480201c 100644 --- a/C4/Scrubber.pm +++ b/C4/Scrubber.pm @@ -37,7 +37,7 @@ my %scrubbertypes = ( sub new { - shift; # ignore our class we are wraooer + shift; # ignore our class we are wrapper my $type = (@_) ? shift : 'default'; if ( !exists $scrubbertypes{$type} ) { croak "New called with unrecognized type '$type'";