Hi,
 I noticed a small typo in the documentation of Filter.pm, here's a
 patch for it.

 Briac

-- 
briac
 << dynamic .sig on strike, we apologize for the inconvenience >>

--- Filter.pm   Mon Apr 22 13:09:37 2002
+++ Filter.pm.new       Mon Apr 22 13:10:17 2002
@@ -314,7 +314,7 @@
        my ($self, $text, $args, $conf) = @_;
 
        $args = $self->merge_args($args); 
-       $conf = $self->merge_conf($conf);
+       $conf = $self->merge_config($conf);
 
        # $args = [ 'foo', 'bar' ]      
        # $conf = { wiz => 'waz', biz => 'baz' }        

Reply via email to