Browse Source

Bug 5611: Simple typo fix in the comments

3.6.x-rmaint/testing
Chris Cormack 14 years ago
parent
commit
be37db49fb
  1. 2
      C4/Scrubber.pm

2
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'";

Loading…
Cancel
Save