summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-02-29 15:59:04 +0000
committerfukachan <fukachan>2004-02-29 15:59:04 +0000
commit6b776cb5ee8bb3330101ebd7a1a30c8d317e6d0e (patch)
treef8dd658874d4f8b6a01f1ff69fd746025b000dae /fml/lib/FML/Process/Kernel.pm
parentcdc1c4180d8d2c9581c3d553b5ce80ba41818838 (diff)
downloadfml8-6b776cb5ee8bb3330101ebd7a1a30c8d317e6d0e.tar.gz
fml8-6b776cb5ee8bb3330101ebd7a1a30c8d317e6d0e.tar.bz2
fml8-6b776cb5ee8bb3330101ebd7a1a30c8d317e6d0e.zip
fi typo
Diffstat (limited to 'fml/lib/FML/Process/Kernel.pm')
-rw-r--r--fml/lib/FML/Process/Kernel.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm
index b2b508a7..6324df70 100644
--- a/fml/lib/FML/Process/Kernel.pm
+++ b/fml/lib/FML/Process/Kernel.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: Kernel.pm,v 1.212 2004/02/27 12:47:42 fukachan Exp $
+# $FML: Kernel.pm,v 1.213 2004/02/27 22:23:12 fukachan Exp $
#
package FML::Process::Kernel;
@@ -1627,7 +1627,7 @@ sub _append_message_into_queue
# Descriptions: add the specified $msg into on memory queue
# Arguments: OBJ($curproc) OBJ($msg) HASH_REF($rm_args)
# ARRAY_REF($rcpt) ARRAY_REF($rcpt_maps) OBJ($hdr)
-# HASH_REF($charsetes)
+# HASH_REF($charsets)
# Side Effects: update on momory queue which is on PCB area.
# Return Value: none
sub _append_message_into_queue2