Bug 5611: Simple typo fix in the comments
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 12 Jan 2011 19:17:27 +0000 (08:17 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 12 Jan 2011 19:17:27 +0000 (08:17 +1300)
C4/Scrubber.pm

index 854812e..e434802 100644 (file)
@@ -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'";