diff options
| author | fukachan <fukachan> | 2002-07-02 11:51:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-02 11:51:15 +0000 |
| commit | 7fb4112b99e2b0c8d3b2e60cb887a7e3a25401ef (patch) | |
| tree | fa7a4dcd436041fb46c8a1f0fca8df4801f28f5b /fml/lib/Mail/ThreadTrack | |
| parent | b753b70a78a0ec9b5e82d37a8db6735ca59cfc4c (diff) | |
| download | fml8-7fb4112b99e2b0c8d3b2e60cb887a7e3a25401ef.tar.gz fml8-7fb4112b99e2b0c8d3b2e60cb887a7e3a25401ef.tar.bz2 fml8-7fb4112b99e2b0c8d3b2e60cb887a7e3a25401ef.zip | |
fix comment
Diffstat (limited to 'fml/lib/Mail/ThreadTrack')
| -rw-r--r-- | fml/lib/Mail/ThreadTrack/Print.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/ThreadTrack/Print.pm b/fml/lib/Mail/ThreadTrack/Print.pm index 10c9d35a..8df8fcd6 100644 --- a/fml/lib/Mail/ThreadTrack/Print.pm +++ b/fml/lib/Mail/ThreadTrack/Print.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Print.pm,v 1.22 2002/03/31 01:59:01 fukachan Exp $ +# $FML: Print.pm,v 1.23 2002/03/31 02:25:44 fukachan Exp $ # package Mail::ThreadTrack::Print; @@ -266,7 +266,7 @@ sub _do_review my $is_first = 0; # translate the given parameter (MH style) - # get HASH ARRAY of specified range + # get ARRAY_REF of specified range use Mail::Message::MH; my $range = Mail::Message::MH->expand($str, $min, $max); |
