summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2008-08-24 09:57:48 +0000
committerfukachan <fukachan>2008-08-24 09:57:48 +0000
commit6b52e82097c80dc56e7ebe209f4db546ef489612 (patch)
tree0f2bd2c7d275796b9eb9c92cece9f519c967f066 /fml
parent768b81df47940cf568f1de9121f639795c6dd61f (diff)
downloadfml8-6b52e82097c80dc56e7ebe209f4db546ef489612.tar.gz
fml8-6b52e82097c80dc56e7ebe209f4db546ef489612.tar.bz2
fml8-6b52e82097c80dc56e7ebe209f4db546ef489612.zip
fixed: typo: add_outline_to_header_field -> add_outline_to_header
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/FML/Article/Outline.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Article/Outline.pm b/fml/lib/FML/Article/Outline.pm
index 3eb052d5..3c9e6fdc 100644
--- a/fml/lib/FML/Article/Outline.pm
+++ b/fml/lib/FML/Article/Outline.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: Outline.pm,v 1.2 2005/09/14 00:02:37 fukachan Exp $
+# $FML: Outline.pm,v 1.3 2005/09/17 01:33:47 fukachan Exp $
#
package FML::Article::Outline;
@@ -111,7 +111,7 @@ sub _fix_charset
# Arguments: OBJ($self) STR($outline) STR($charset) STR($lang)
# Side Effects: update article header.
# Return Value: none
-sub _fp_add_outline_to_header_field
+sub _fp_add_outline_to_header
{
my ($self, $outline, $charset, $lang) = @_;
my $curproc = $self->{ _curproc };