Revert "Bug 7785: Remove unused function columns() which uses a MySQLism."
[koha_gimpoz] / 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'";