From be37db49fb329f8911dabb0d12d2a6e09bb9dc91 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 13 Jan 2011 08:17:27 +1300 Subject: [PATCH] Bug 5611: Simple typo fix in the comments --- C4/Scrubber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"; -- 2.20.1