summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-08-20 15:21:17 +0000
committerfukachan <fukachan>2003-08-20 15:21:17 +0000
commit6da4e5cf32121c16170bc4f9cfe841addac85a6d (patch)
treedaa8d74676bc7850e413113d468cbf834b0a8d91 /fml/lib/Mail/Message.pm
parente7de034c983261f437b460e660a5f1d86915bab3 (diff)
downloadfml8-6da4e5cf32121c16170bc4f9cfe841addac85a6d.tar.gz
fml8-6da4e5cf32121c16170bc4f9cfe841addac85a6d.tar.bz2
fml8-6da4e5cf32121c16170bc4f9cfe841addac85a6d.zip
FNF: fix comment
Diffstat (limited to 'fml/lib/Mail/Message.pm')
-rw-r--r--fml/lib/Mail/Message.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/Message.pm b/fml/lib/Mail/Message.pm
index 5d61d7fd..be029699 100644
--- a/fml/lib/Mail/Message.pm
+++ b/fml/lib/Mail/Message.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: Message.pm,v 1.81 2003/08/16 05:24:43 fukachan Exp $
+# $FML: Message.pm,v 1.82 2003/08/16 14:57:54 fukachan Exp $
#
package Mail::Message;
@@ -1765,7 +1765,7 @@ sub delete_message_part_link
# Descriptions: search the next MIME boundary
# Arguments: OBJ($self) HASH_STR($data) STR($delimeter)
-# NUM($loopcnt) NUM(mpb_begin)
+# NUM($loopcnt) NUM($mpb_begin)
# Side Effects: none
# Return Value: (NUM, NUM)
sub _next_part_pos