diff options
| author | fukachan <fukachan> | 2006-03-05 10:16:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-05 10:16:36 +0000 |
| commit | d461ef8ca5ac6b6604056eb6845733ae98a41874 (patch) | |
| tree | 62e1102125f8235009b9ceb61349da0a0e326e1b /fml/lib | |
| parent | 807c943b6e4e76ddfa6d54bb7a0f23dc774ca464 (diff) | |
| download | fml8-d461ef8ca5ac6b6604056eb6845733ae98a41874.tar.gz fml8-d461ef8ca5ac6b6604056eb6845733ae98a41874.tar.bz2 fml8-d461ef8ca5ac6b6604056eb6845733ae98a41874.zip | |
fix typo
Diffstat (limited to 'fml/lib')
| -rw-r--r-- | fml/lib/FML/Filter/MimeComponent.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Filter/MimeComponent.pm b/fml/lib/FML/Filter/MimeComponent.pm index 4361b18c..98f8caf2 100644 --- a/fml/lib/FML/Filter/MimeComponent.pm +++ b/fml/lib/FML/Filter/MimeComponent.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: MimeComponent.pm,v 1.15 2005/08/10 12:55:33 fukachan Exp $ +# $FML: MimeComponent.pm,v 1.16 2005/08/20 01:25:14 fukachan Exp $ # package FML::Filter::MimeComponent; @@ -228,7 +228,7 @@ sub mime_component_check $curproc->log("mime_component_filter: $decision ($_reason)"); } - __dprint("\n our desicion($recursive_level): $decision ($_reason)"); + __dprint("\n our decision($recursive_level): $decision ($_reason)"); if ($decision eq 'reject') { $self->error_set($_reason); @@ -625,7 +625,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
